Skip to content

Commit

Permalink
Merge pull request #309 from wheremyfoodat/wrage
Browse files Browse the repository at this point in the history
Update lua_manager.hpp
  • Loading branch information
wheremyfoodat authored Oct 16, 2023
2 parents 07afcfb + 66ef638 commit d316e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/lua_manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}
Expand All @@ -55,4 +55,4 @@ class LuaManager {
void reset() {}
void signalEvent(LuaEvent e) {}
};
#endif
#endif

0 comments on commit d316e41

Please sign in to comment.