mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-12 19:36:01 -04:00
Fix MORE wrong forward declares (struct/class) (#3110)
This commit is contained in:
committed by
GitHub
parent
cd6498e372
commit
af7ab981e6
@@ -33,8 +33,8 @@ struct JORNodeEvent : JOREvent {
|
||||
/* 0x00 */ u32 field_0x0;
|
||||
};
|
||||
|
||||
struct JORMContext;
|
||||
struct JORServer;
|
||||
class JORMContext;
|
||||
class JORServer;
|
||||
|
||||
class JOREventListener {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user