(svn r9627) [NoAI] -Fix: let the squirrel export script export all needed (and a few more) types of references to structs and classes.
/* $Id$ */
/** @file ai_settings.cpp everything to change AI settings */
#include "ai_settings.hpp"
void AISettings::SetCommandDelay(uint ticks)
{
if (ticks == 0) return;
this->SetDoCommandDelay(ticks);
}