(svn r17697) -Codechange: coding style in the automatically generated squirrel wrapper code

This commit is contained in:
rubidium
2009-10-04 18:16:44 +00:00
parent fabe2ea230
commit 4d4b2b780a
53 changed files with 176 additions and 89 deletions

View File

@@ -9,7 +9,8 @@
#include "ai_controller.hpp"
void SQAIController_Register(Squirrel *engine) {
void SQAIController_Register(Squirrel *engine)
{
DefSQClass <AIController> SQAIController("AIController");
SQAIController.PreRegister(engine);
SQAIController.DefSQStaticMethod(engine, &AIController::GetTick, "GetTick", 1, ".");