aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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