src/ai/squirrel/squirrel.hpp
branchnoai
changeset 9426 b90c0d1a36b7
parent 9422 33efcc5f1b09
--- a/src/ai/squirrel/squirrel.hpp	Thu Mar 15 22:17:28 2007 +0000
+++ b/src/ai/squirrel/squirrel.hpp	Thu Mar 15 22:22:51 2007 +0000
@@ -5,17 +5,6 @@
 #ifndef AI_SQUIRREL_HPP
 #define AI_SQUIRREL_HPP
 
-#ifdef _UNICODE
-/* Disable unicode for squirrel to allow compilation with MINGW
- * and simplify coding for WIN32 (squirrel headers miss a lot of "string" functions)
- */
-#undef _UNICODE
-#endif
-#include <squirrel.h>
-#include "../core/ai_controller.hpp"
-#include "../core/ai_factory.hpp"
-#include "../../squirrel.hpp"
-
 class AIControllerSquirrel: public AIController {
 private:
 	Squirrel *engine; ///< The Squirrel engine