diff options
-rw-r--r-- | bin/SDL2.dll | bin | 771072 -> 771072 bytes | |||
-rw-r--r-- | bin/cembed.exe | bin | 11264 -> 11264 bytes | |||
-rw-r--r-- | bin/jin.exe | bin | 540672 -> 540672 bytes | |||
-rw-r--r-- | bin/lua51.dll | bin | 364544 -> 364544 bytes | |||
-rw-r--r-- | src/libjin-lua/je_lua_embed.h | 12 |
5 files changed, 6 insertions, 6 deletions
diff --git a/bin/SDL2.dll b/bin/SDL2.dll Binary files differindex 6bb9433..c2c0050 100644 --- a/bin/SDL2.dll +++ b/bin/SDL2.dll diff --git a/bin/cembed.exe b/bin/cembed.exe Binary files differindex e268f2b..06689ac 100644 --- a/bin/cembed.exe +++ b/bin/cembed.exe diff --git a/bin/jin.exe b/bin/jin.exe Binary files differindex c064c81..d785e48 100644 --- a/bin/jin.exe +++ b/bin/jin.exe diff --git a/bin/lua51.dll b/bin/lua51.dll Binary files differindex 64f08ae..877fa92 100644 --- a/bin/lua51.dll +++ b/bin/lua51.dll 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 |