diff options
| author | jacob1 <jfu614@gmail.com> | 2013-06-06 03:17:34 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-06-06 03:17:34 (GMT) |
| commit | 2119343b6a76bdc6bda0fb62cea46f0a6b2df285 (patch) | |
| tree | 55b48c9d58f2f3b215aa5d5474886c2542e164a9 /src/gui/game/GameController.h | |
| parent | c7ce3fa4b23bf14222af6403de36a501a05637a1 (diff) | |
| download | powder-2119343b6a76bdc6bda0fb62cea46f0a6b2df285.zip powder-2119343b6a76bdc6bda0fb62cea46f0a6b2df285.tar.gz | |
fix sim.NUM_PARTS, other small changes
Diffstat (limited to 'src/gui/game/GameController.h')
| -rw-r--r-- | src/gui/game/GameController.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/game/GameController.h b/src/gui/game/GameController.h index cc49f3b..32755df 100644 --- a/src/gui/game/GameController.h +++ b/src/gui/game/GameController.h @@ -14,11 +14,6 @@ #include "gui/console/ConsoleController.h" #include "gui/localbrowser/LocalBrowserController.h" #include "gui/options/OptionsController.h" -#ifdef LUACONSOLE -#include "cat/LuaScriptInterface.h" -#else -#include "cat/TPTScriptInterface.h" -#endif #include "client/ClientListener.h" #include "RenderPreset.h" #include "Menu.h" |
