From e7fb5f00e7b97c235aaad45844ad816f0df5e31e Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 4 Oct 2009 18:16:44 +0000 Subject: (svn r17697) -Codechange: coding style in the automatically generated squirrel wrapper code --- src/ai/api/ai_controller.hpp.sq | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ai/api/ai_controller.hpp.sq') diff --git a/src/ai/api/ai_controller.hpp.sq b/src/ai/api/ai_controller.hpp.sq index 0da7ad516..ec8ddca83 100644 --- a/src/ai/api/ai_controller.hpp.sq +++ b/src/ai/api/ai_controller.hpp.sq @@ -9,7 +9,8 @@ #include "ai_controller.hpp" -void SQAIController_Register(Squirrel *engine) { +void SQAIController_Register(Squirrel *engine) +{ DefSQClass SQAIController("AIController"); SQAIController.PreRegister(engine); SQAIController.DefSQStaticMethod(engine, &AIController::GetTick, "GetTick", 1, "."); -- cgit v1.2.3-54-g00ecf