mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-11 03:56:24 -05:00
Fix struct forward declarations.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct OSThread;
|
||||
typedef struct OSThread OSThread;
|
||||
|
||||
typedef struct OSThreadLink OSThreadLink;
|
||||
typedef struct OSThreadQueue OSThreadQueue;
|
||||
|
||||
Reference in New Issue
Block a user