src/ai/api/ai_pathfinder_stupid.hpp.sq
branchnoai
changeset 9741 53c1c5850e01
parent 9680 5ed7bbfd51c7
--- a/src/ai/api/ai_pathfinder_stupid.hpp.sq	Sat Feb 23 14:33:18 2008 +0000
+++ b/src/ai/api/ai_pathfinder_stupid.hpp.sq	Sat Feb 23 14:42:07 2008 +0000
@@ -9,7 +9,7 @@
 	template <> int Return<AIPathFinderStupid *>(HSQUIRRELVM vm, AIPathFinderStupid *res) { if (res == NULL) { sq_pushnull(vm); return 1; } res->AddRef(); Squirrel::CreateClassInstanceVM(vm, "AIPathFinderStupid", res, NULL, DefSQDestructorCallback<AIPathFinderStupid>); return 1; }
 }; // namespace SQConvert
 
-void SQAIPathFinderStupidRegister(Squirrel *engine) {
+void SQAIPathFinderStupid_Register(Squirrel *engine) {
 	DefSQClass <AIPathFinderStupid> SQAIPathFinderStupid("AIPathFinderStupid");
 	SQAIPathFinderStupid.PreRegister(engine, "AIPathFinder");
 	SQAIPathFinderStupid.AddConstructor<void (AIPathFinderStupid::*)(AIPathFinder::PathFinderType type), 2>(engine, "xi");