mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-03 17:03:37 -04:00
Fix wrong forward declares (struct/class)
Requires removing the now-matching symbols from jsystem_stubs.cpp
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "JSystem/JHostIO/JHICommonMem.h"
|
||||
#include "JSystem/JAudio2/JAISound.h"
|
||||
|
||||
class JAISeqData;
|
||||
struct JAISeqData;
|
||||
|
||||
class JADHioReceiver : JHITag<JHICmnMem> {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user