summaryrefslogtreecommitdiff
path: root/source/tests/02-luax
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-03-29 00:43:25 +0800
committerchai <chaifix@163.com>2019-03-29 00:43:25 +0800
commitf4c338c63f3456a8eccd56c35e233843687d55be (patch)
tree7278fe4723320c9ef310c5a04d92bf0be1bc778c /source/tests/02-luax
parent3bced067a4144381e59ce4bd0eb749eeff5ad1f4 (diff)
*thread
Diffstat (limited to 'source/tests/02-luax')
-rw-r--r--source/tests/02-luax/main.cpp10
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)
{