mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-08 19:49:32 -04:00
Make the rest of JSystem compiled in DEBUG
This commit is contained in:
@@ -48,7 +48,13 @@ class JORReflexible : public JOREventListener {
|
||||
public:
|
||||
#if DEBUG
|
||||
JORReflexible() {}
|
||||
#if TARGET_PC
|
||||
static JORServer* getJORServer() {
|
||||
OSPanic(__FILE__, __LINE__, "getJORServer is unimplemented");
|
||||
}
|
||||
#else
|
||||
static JORServer* getJORServer();
|
||||
#endif
|
||||
|
||||
virtual void listenPropertyEvent(const JORPropertyEvent*);
|
||||
virtual void listen(u32, const JOREvent*);
|
||||
|
||||
Reference in New Issue
Block a user