mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 13:08:33 -04:00
Use stubs instead of including debug files for last upstream merge
This commit is contained in:
@@ -22,9 +22,10 @@ public:
|
||||
|
||||
class JORReflexible : public JOREventListener {
|
||||
public:
|
||||
static JORServer* getJORServer() { return JORServer::getInstance(); }
|
||||
|
||||
#if DEBUG
|
||||
JORReflexible() {}
|
||||
static JORServer* getJORServer() { return JORServer::getInstance(); }
|
||||
|
||||
virtual void listenPropertyEvent(const JORPropertyEvent*);
|
||||
virtual void listen(u32, const JOREvent*);
|
||||
|
||||
Reference in New Issue
Block a user