Fix MORE wrong forward declares (struct/class) (#3110)

This commit is contained in:
Pieter-Jan Briers
2026-02-24 23:20:45 +01:00
committed by GitHub
parent cd6498e372
commit af7ab981e6
29 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ struct JORNodeEvent : JOREvent {
/* 0x00 */ u32 field_0x0;
};
struct JORMContext;
struct JORServer;
class JORMContext;
class JORServer;
class JOREventListener {
public: