diff options
| author | 2013-05-20 06:51:25 +0000 | |
|---|---|---|
| committer | 2013-05-20 06:51:25 +0000 | |
| commit | 1c05ccc93bd32a9bb5a50f18e2e8bd29c3511e25 (patch) | |
| tree | 7133a7cea14e7c27e731c320b87663971b1a31d3 /src/emu/luaengine.h | |
| parent | cae878c9b438a4b88678db213db9c4aed215b5cc (diff) | |
Cleanups and version bumpmame0148u5
Diffstat (limited to 'src/emu/luaengine.h')
| -rw-r--r-- | src/emu/luaengine.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/emu/luaengine.h b/src/emu/luaengine.h index 0375312228a..6bf2217cc75 100644 --- a/src/emu/luaengine.h +++ b/src/emu/luaengine.h @@ -61,20 +61,20 @@ public: void initialize(); void lua_execute(); void report_errors(int status); - + void createvm(); - void execute(const char *filename); + void execute(const char *filename); void execute_string(const char *value); void close(); - - //static + + //static static int emu_gamename(lua_State *L); static int emu_keypost(lua_State *L); -private: +private: // internal state running_machine & m_machine; // reference to our machine - lua_State* m_lua_state; - + lua_State* m_lua_state; + static lua_engine* luaThis; }; |
