marioparty4/include/variables.h
CreateSource a12b53f9fb steady progress on all fronts
completed .bss
new functions: Hu3DModelHiliteMapSet to Hu3DLLightSpotSet
2023-12-12 23:15:29 -05:00

24 lines
357 B
C

#ifndef _VARIABLES_H
#define _VARIABLES_H
#include "dolphin.h"
#include "common_structs.h"
extern u16 HuPadBtnDown[4];
extern u8 HuPadDStk[4];
extern WipeState wipeData;
extern PlayerConfig GWPlayerCfg[4];
extern u32 DirDataSize;
extern u32 totalPolyCnted;
extern char fadeStat;
extern PlayerState GWPlayer[4];
extern SystemState GWSystem;
#endif