From 6afaad9b9490d4b70a0bea4a8289cc637194abc7 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 22 Dec 2018 18:46:13 +0800 Subject: =?UTF-8?q?*=20=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin-lua/je_lua_embed.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/libjin-lua/je_lua_embed.h') 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 -- cgit v1.1-26-g67d0