Clean up service intercepts

This commit is contained in:
wheremyfoodat 2025-07-04 00:25:02 +03:00
parent 9932e58bf0
commit 162e73bfd2
6 changed files with 85 additions and 46 deletions

View file

@ -63,4 +63,5 @@ class LuaManager {
void reset() {}
void signalEvent(LuaEvent e) {}
bool signalInterceptedService(const std::string& service, u32 function, u32 messagePointer) { return false; }
};
#endif