mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-02 00:03:54 -04:00
Fix wrong forward declares (struct/class)
Requires removing the now-matching symbols from jsystem_stubs.cpp
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "JSystem/JGadget/std-list.h"
|
||||
|
||||
class JAWWindow;
|
||||
class JUTGamePad;
|
||||
struct JUTGamePad;
|
||||
|
||||
namespace JAWExtSystem {
|
||||
BOOL registWindow(u32, JAWWindow*, int, int);
|
||||
|
||||
Reference in New Issue
Block a user