equal
deleted
inserted
replaced
|
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; } |