From d8be908233fd7b85492d7a9e87f07bb207173990 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 25 Nov 2012 12:06:13 +0000 Subject: Moved core::EntityGlobe into a separate file, added various methods to core::Item and core::Slot, added r_slots cvar to draw entity slots and docks, added game methods for mounting and umounting of weapons, added playerlist to chat window. --- src/game/intro/intro.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/intro') diff --git a/src/game/intro/intro.cc b/src/game/intro/intro.cc index f5f7ab2..028a134 100644 --- a/src/game/intro/intro.cc +++ b/src/game/intro/intro.cc @@ -6,6 +6,8 @@ #include "intro/intro.h" #include "core/core.h" +#include "core/entity.h" +#include "core/entityglobe.h" #include "core/parser.h" #include "filesystem/filesystem.h" #include "filesystem/inifile.h" -- cgit v1.2.3