(svn r20563) -Change: [NoAI] rename AIAbstractList to AIList
This commit is contained in:
@@ -23,7 +23,7 @@ namespace SQConvert {
|
||||
void SQAIGroupList_Register(Squirrel *engine)
|
||||
{
|
||||
DefSQClass <AIGroupList> SQAIGroupList("AIGroupList");
|
||||
SQAIGroupList.PreRegister(engine, "AIAbstractList");
|
||||
SQAIGroupList.PreRegister(engine, "AIList");
|
||||
SQAIGroupList.AddConstructor<void (AIGroupList::*)(), 1>(engine, "x");
|
||||
|
||||
SQAIGroupList.PostRegister(engine);
|
||||
|
Reference in New Issue
Block a user