mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
Merge pull request #309 from wheremyfoodat/wrage
Update lua_manager.hpp
This commit is contained in:
commit
d316e41625
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 {
|
||||
public:
|
||||
LuaManager(Memory& mem) {}
|
||||
|
@ -55,4 +55,4 @@ class LuaManager {
|
|||
void reset() {}
|
||||
void signalEvent(LuaEvent e) {}
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue