mirror of https://github.com/n64decomp/mk64.git
27 lines
455 B
C
27 lines
455 B
C
#ifndef _VARIABLES_H_
|
|
#define _VARIABLES_H_
|
|
|
|
#include "global.h"
|
|
#include "defines.h"
|
|
#include "common_structs.h"
|
|
|
|
extern s8 gCharacterIdByGPOverallRank[8]; // D_8018D9D0
|
|
|
|
extern hud_player playerHUD[];
|
|
|
|
extern Mtx D_80183D60[];
|
|
|
|
extern struct_D_8018CE10 D_8018CE10[];
|
|
|
|
extern f32 D_80164510[];
|
|
extern s16 gMatrixEffectCount;
|
|
|
|
extern bool8 D_801657E8;
|
|
|
|
extern s8 D_801658FE;
|
|
|
|
extern s32 gMatrixHudCount;
|
|
extern s32 D_8018D900[];
|
|
|
|
#endif
|