From 061de2b2df9cab664006a075ad574c6e93873b94 Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 19 Dec 2009 23:46:15 +0000 Subject: (svn r18555) -Fix (r15027): fake definitions of squirrel types were wrong for eg. 64bit systems, don't use them --- src/ai/api/ai_types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ai/api/ai_types.hpp') diff --git a/src/ai/api/ai_types.hpp b/src/ai/api/ai_types.hpp index dc0805492..ff435131d 100644 --- a/src/ai/api/ai_types.hpp +++ b/src/ai/api/ai_types.hpp @@ -79,7 +79,7 @@ #include "../../core/overflowsafe_type.hpp" #include "../../company_type.h" -#include "../../script/fake_squirrel_types.hpp" +#include /* Define all types here, so we don't have to include the whole _type.h maze */ typedef uint BridgeType; //!< Internal name, not of any use for you. -- cgit v1.2.3-70-g09d2