From 83fb219e62113a9f41888af4f2726e5ce5305970 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 10 Sep 2008 19:17:52 +0000 Subject: serverside entities --- src/game/game.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/game.h') diff --git a/src/game/game.h b/src/game/game.h index be64dd2..c7ec040 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -28,6 +28,7 @@ const unsigned int ship_enttype = 256; const unsigned int star_enttype = 257; const unsigned int planet_enttype = 258; const unsigned int navpoint_enttype = 259; +const unsigned int jumppoint_enttype = 260; class Game : public core::Module { public: @@ -62,6 +63,8 @@ private: bool load_zone(core::Zone *zone); + bool validate_zone(core::Zone *zone); + bool load_ships(); static Game *game_instance; -- cgit v1.2.3