aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-12-22 18:46:13 +0800
committerchai <chaifix@163.com>2018-12-22 18:46:13 +0800
commit6afaad9b9490d4b70a0bea4a8289cc637194abc7 (patch)
treeec59e0e9e4e43d9092db2519d6e58f9f72d1791d /src
parent0406abe6a55b92acc322d4499389239075bf2185 (diff)
* 格式化代码
Diffstat (limited to 'src')
-rw-r--r--src/libjin-lua/je_lua_embed.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/libjin-lua/je_lua_embed.h b/src/libjin-lua/je_lua_embed.h
index ba3945f..cf4eec1 100644
--- a/src/libjin-lua/je_lua_embed.h
+++ b/src/libjin-lua/je_lua_embed.h
@@ -9,12 +9,6 @@ namespace JinEngine
namespace Embed
{
- // Embed structure.
- struct jin_Embed
- {
- const char* file, *source;
- };
-
// Embed scripts.
#include "scripts/ai/state_machine.lua.h"
#include "scripts/graphics/graphics.lua.h"
@@ -23,6 +17,12 @@ namespace JinEngine
#include "scripts/path/path.lua.h"
#include "scripts/app.lua.h"
+ // Embed structure.
+ struct jin_Embed
+ {
+ const char* file, *source;
+ };
+
// In order.
static const jin_Embed modules[] = {
// ai