summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_controller.hpp.sq
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-10-04 18:16:44 +0000
committerrubidium <rubidium@openttd.org>2009-10-04 18:16:44 +0000
commite7fb5f00e7b97c235aaad45844ad816f0df5e31e (patch)
tree34410fc9fe4e9fa838a7ceaa85537743f30ee14c /src/ai/api/ai_controller.hpp.sq
parent54806e7437efdc3e9cd71a8a778671ea5a4b10b0 (diff)
downloadopenttd-e7fb5f00e7b97c235aaad45844ad816f0df5e31e.tar.xz
(svn r17697) -Codechange: coding style in the automatically generated squirrel wrapper code
Diffstat (limited to 'src/ai/api/ai_controller.hpp.sq')
-rw-r--r--src/ai/api/ai_controller.hpp.sq3
1 files changed, 2 insertions, 1 deletions
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 <AIController> SQAIController("AIController");
SQAIController.PreRegister(engine);
SQAIController.DefSQStaticMethod(engine, &AIController::GetTick, "GetTick", 1, ".");