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-09-28 21:34:53 +0000
committerStijn Buys <ingar@osirion.org>2008-09-28 21:34:53 +0000
commit9252bfb61fabea1f45afacb19d805eb5fdd01599 (patch)
tree13fdfb005ab0b690766d35572f0eeecca28f6009 /src/game/intro/intro.h
parent6774f2b5d14c1957d163ef4b7914c2660b59fdfd (diff)
intro module
Diffstat (limited to 'src/game/intro/intro.h')
-rw-r--r--src/game/intro/intro.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/intro/intro.h b/src/game/intro/intro.h
index 21dc604..748432c 100644
--- a/src/game/intro/intro.h
+++ b/src/game/intro/intro.h
@@ -8,6 +8,7 @@
#define __INCLUDED_INTRO_H__
#include "core/core.h"
+#include "intro/convoy.h"
/// introduction game module
namespace intro
@@ -39,6 +40,9 @@ public:
private:
core::Zone *intro_zone;
+ Convoy *intro_convoy;
+
+ bool load_world();
};
}