src/ai/api/ai_list.cpp
author rubidium
Sat, 14 Apr 2007 20:38:10 +0000
branchnoai
changeset 9594 5009a30f320a
parent 9593 012f29f59906
child 9664 c5741021bf59
permissions -rw-r--r--
(svn r9627) [NoAI] -Fix: let the squirrel export script export all needed (and a few more) types of references to structs and classes.
#include "ai_list.hpp"

void AIList::AddItem(int32 item)
{
	AIAbstractList::AddItem(item);
}

void AIList::RemoveItem(int32 item)
{
	AIAbstractList::RemoveItem(item);
}