marioparty4/include/variables.h
gamemasterplc fd44616c86 Match gamework.c
Also tried to split up and name gamework struct bitfields.
2023-12-09 23:29:26 -06:00

26 lines
416 B
C

#ifndef _VARIABLES_H
#define _VARIABLES_H
#include "dolphin.h"
#include "common_structs.h"
#define M_PI 3.141592653589793
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;
extern GameStat GWGameStat;
#endif