diff options
Diffstat (limited to 'source/tests/02-luax/main.cpp')
-rw-r--r-- | source/tests/02-luax/main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source/tests/02-luax/main.cpp b/source/tests/02-luax/main.cpp index d5fe3bf..59a4bcb 100644 --- a/source/tests/02-luax/main.cpp +++ b/source/tests/02-luax/main.cpp @@ -15,7 +15,7 @@ extern "C"{ using namespace std; using namespace Luax; -//---------------------------------------------------------------------------------------------------------------- +//--------------------------------------------------------------------------------// class School : public Singleton<School> @@ -64,7 +64,7 @@ void School::RegisterLuaxPostprocess(Luax::LuaxState&) { } -//---------------------------------------------------------------------------------------------------------------- +//--------------------------------------------------------------------------------// class Boy : public LuaxNativeClass<Boy> { @@ -186,7 +186,7 @@ void Boy::RegisterLuaxPostprocess(LuaxState& state) ); } -//---------------------------------------------------------------------------------------------------------------- +//--------------------------------------------------------------------------------// /// /// Ӧsignalıհ /// @@ -253,11 +253,11 @@ private: }; -//---------------------------------------------------------------------------------------------------------------- +//--------------------------------------------------------------------------------// #include "script.lua" -//---------------------------------------------------------------------------------------------------------------- +//--------------------------------------------------------------------------------// int func(lua_State* L) { |