equal
deleted
inserted
replaced
|
1 /* $Id$ */ |
|
2 /* THIS FILE IS AUTO-GENERATED; PLEASE DO NOT ALTER MANUALLY */ |
|
3 |
1 #include "ai_abstractlist.hpp" |
4 #include "ai_abstractlist.hpp" |
2 |
5 |
3 namespace SQConvert { |
6 namespace SQConvert { |
4 /* Allow enums to be used as Squirrel parameters */ |
7 /* Allow enums to be used as Squirrel parameters */ |
5 template <> AIAbstractList::SorterType GetParam(ForceType<AIAbstractList::SorterType>, HSQUIRRELVM vm, int index) { SQInteger tmp; sq_getinteger(vm, index, &tmp); return (AIAbstractList::SorterType)tmp; } |
8 template <> AIAbstractList::SorterType GetParam(ForceType<AIAbstractList::SorterType>, HSQUIRRELVM vm, int index) { SQInteger tmp; sq_getinteger(vm, index, &tmp); return (AIAbstractList::SorterType)tmp; } |