mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
Move extern forward decls from cpps to headers
This commit is contained in:
@@ -3,11 +3,10 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
typedef bool (*cAPIGph_Mthd)(void);
|
||||
typedef void (*cAPIGph_Mthd)(void);
|
||||
|
||||
struct cAPIGph__Iface
|
||||
{
|
||||
u8 * mpGInfo;
|
||||
struct cAPIGph__Iface {
|
||||
void* mpGInfo;
|
||||
cAPIGph_Mthd mpCreate;
|
||||
cAPIGph_Mthd mpBeforeOfDraw;
|
||||
cAPIGph_Mthd mpAfterOfDraw;
|
||||
|
||||
Reference in New Issue
Block a user