bin/ai/SQNoAI/main.sq
author truelight
Tue, 13 Mar 2007 21:55:22 +0000
branchnoai
changeset 9365 c3d08e0b1083
child 9366 d30036300fe7
permissions -rw-r--r--
(svn r9151) [NoAI] -Add: added squirrel module that loads squirrel scripts and
executes them. For now it only spams the consule with "gameLoop"
function gameLoop()
{
	print("gameLoop");
}

print("Called init");