mirror of
https://github.com/holub/mame
synced 2025-04-28 19:14:55 +03:00
Do not include all if not needed (nw)
This commit is contained in:
parent
bad1ab38e4
commit
47589e5453
@ -24,10 +24,11 @@
|
|||||||
#undef None
|
#undef None
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "lua.hpp"
|
|
||||||
#include "luabridge/Source/LuaBridge/LuaBridge.h"
|
|
||||||
|
|
||||||
struct lua_State;
|
struct lua_State;
|
||||||
|
namespace luabridge
|
||||||
|
{
|
||||||
|
class LuaRef;
|
||||||
|
}
|
||||||
|
|
||||||
class lua_engine
|
class lua_engine
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user