src/ai/api/ai_testmode.hpp.sq
branchnoai
changeset 10212 1e0a2a182253
parent 9741 53c1c5850e01
child 10722 6ea1daff57aa
equal deleted inserted replaced
10198:e88e56267777 10212:1e0a2a182253
       
     1 /* $Id$ */
       
     2 /* THIS FILE IS AUTO-GENERATED; PLEASE DO NOT ALTER MANUALLY */
       
     3 
     1 #include "ai_testmode.hpp"
     4 #include "ai_testmode.hpp"
     2 
     5 
     3 namespace SQConvert {
     6 namespace SQConvert {
     4 	/* Allow AITestMode to be used as Squirrel parameter */
     7 	/* Allow AITestMode to be used as Squirrel parameter */
     5 	template <> AITestMode *GetParam(ForceType<AITestMode *>, HSQUIRRELVM vm, int index) { SQUserPointer instance; sq_getinstanceup(vm, index, &instance, 0); return  (AITestMode *)instance; }
     8 	template <> AITestMode *GetParam(ForceType<AITestMode *>, HSQUIRRELVM vm, int index) { SQUserPointer instance; sq_getinstanceup(vm, index, &instance, 0); return  (AITestMode *)instance; }