Fix incorrect forward declare keywords (#3107)

Mixups of class/struct keyword in forward declares. Doesn't seem to matter on MWCC, but causes name mangling mismatching on modern platforms.
This commit is contained in:
Pieter-Jan Briers
2026-02-23 20:13:00 +01:00
committed by GitHub
parent 73debfd6b9
commit 59fd9f387a
11 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
class CPaneMgr;
class J2DTextBox;
struct JMSMesgEntry_c;
class JMSMesgEntry_c;
class JUTFont;
struct dMenu_LetterData {