From ca0c1d3e6f8b5fa4eb2e0a86fcf47b12fb600786 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 27 Sep 2008 17:16:15 +0000 Subject: mission targets, texture unloading, private messages --- src/game/game.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/game/game.h') diff --git a/src/game/game.h b/src/game/game.h index c7ec040..3b65da1 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -7,16 +7,15 @@ #ifndef __INCLUDED_GAME_H__ #define __INCLUDED_GAME_H__ -// project headers +#include +#include + +#include "filesystem/inifile.h" #include "game/ship.h" #include "game/star.h" #include "core/core.h" #include "sys/sys.h" -// C++ headers -#include -#include - /// the game-specific engine /** The main game functions. */ @@ -55,10 +54,13 @@ public: core::Cvar *g_impulsespeed; core::Cvar *g_impulseacceleration; core::Cvar *g_strafespeed; + core::Cvar *g_jumppointrange; core::Cvar *g_devel; private: + bool got_entity_key(filesystem::IniFile &inifile, core::Entity *entity); + bool load_world(); bool load_zone(core::Zone *zone); -- cgit v1.2.3