src/ai/api/ai_industry.hpp.sq
branchnoai
changeset 9741 53c1c5850e01
parent 9737 ee408edf3851
child 9810 a84fc1be9e3b
--- a/src/ai/api/ai_industry.hpp.sq	Sat Feb 23 14:33:18 2008 +0000
+++ b/src/ai/api/ai_industry.hpp.sq	Sat Feb 23 14:42:07 2008 +0000
@@ -9,7 +9,7 @@
 	template <> int Return<AIIndustry *>(HSQUIRRELVM vm, AIIndustry *res) { if (res == NULL) { sq_pushnull(vm); return 1; } res->AddRef(); Squirrel::CreateClassInstanceVM(vm, "AIIndustry", res, NULL, DefSQDestructorCallback<AIIndustry>); return 1; }
 }; // namespace SQConvert
 
-void SQAIIndustryRegister(Squirrel *engine) {
+void SQAIIndustry_Register(Squirrel *engine) {
 	DefSQClass <AIIndustry> SQAIIndustry("AIIndustry");
 	SQAIIndustry.PreRegister(engine);
 	SQAIIndustry.AddConstructor<void (AIIndustry::*)(), 1>(engine, "x");