Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-01-30 17:35:04 +0000
committerStijn Buys <ingar@osirion.org>2008-01-30 17:35:04 +0000
commitbac8343bbc9f1e4cf97a561c732054539f21f03d (patch)
tree4d8997f26c6d63ed4ad61fc1057752f0c1b27ca1 /src/game/game.h
parent69f7ffa70863bef2be4cae08c466b5d97a627277 (diff)
accomodate the new modules
Diffstat (limited to 'src/game/game.h')
-rw-r--r--src/game/game.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/game/game.h b/src/game/game.h
index b86e773..f2a0eab 100644
--- a/src/game/game.h
+++ b/src/game/game.h
@@ -7,12 +7,13 @@
#ifndef __INCLUDED_GAME_H__
#define __INCLUDED_GAME_H__
-#include "ship.h"
-#include "star.h"
-#include "common/console.h"
+#include "game/ship.h"
+#include "game/star.h"
-/// The game engine
-/*!
+#include "common/common.h"
+
+/// the game engine
+/**
* The main game functions. The console should be initialized before calling these.
*/
namespace game