mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-06 08:08:55 +00:00
Update lua_manager.hpp
This commit is contained in:
parent
07afcfb24c
commit
66ef63899a
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ class LuaManager {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#elif // Lua not enabled, Lua manager does nothing
|
#else // Lua not enabled, Lua manager does nothing
|
||||||
class LuaManager {
|
class LuaManager {
|
||||||
public:
|
public:
|
||||||
LuaManager(Memory& mem) {}
|
LuaManager(Memory& mem) {}
|
||||||
|
@ -55,4 +55,4 @@ class LuaManager {
|
||||||
void reset() {}
|
void reset() {}
|
||||||
void signalEvent(LuaEvent e) {}
|
void signalEvent(LuaEvent e) {}
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue