From f4c338c63f3456a8eccd56c35e233843687d55be Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Mar 2019 00:43:25 +0800 Subject: *thread --- source/tests/02-luax/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/tests/02-luax') 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 @@ -64,7 +64,7 @@ void School::RegisterLuaxPostprocess(Luax::LuaxState&) { } -//---------------------------------------------------------------------------------------------------------------- +//--------------------------------------------------------------------------------// class Boy : public LuaxNativeClass { @@ -186,7 +186,7 @@ void Boy::RegisterLuaxPostprocess(LuaxState& state) ); } -//---------------------------------------------------------------------------------------------------------------- +//--------------------------------------------------------------------------------// /// /// ÏìÓ¦signalµÄ±Õ°ü /// @@ -253,11 +253,11 @@ private: }; -//---------------------------------------------------------------------------------------------------------------- +//--------------------------------------------------------------------------------// #include "script.lua" -//---------------------------------------------------------------------------------------------------------------- +//--------------------------------------------------------------------------------// int func(lua_State* L) { -- cgit v1.1-26-g67d0