Matched game/armem and game/perf

This commit is contained in:
mrshigure 2023-12-25 11:26:49 -08:00
parent de5b0cc0b9
commit cc324e6212
7 changed files with 569 additions and 8 deletions

12
include/game/perf.h Normal file
View file

@ -0,0 +1,12 @@
#ifndef _GAME_PERF_H
#define _GAME_PERF_H
#include "common.h"
void HuPerfInit(void);
s32 HuPerfCreate(char *arg0, u8 arg1, u8 arg2, u8 arg3, u8 arg4);
void HuPerfZero(void);
void HuPerfBegin(s32 arg0);
void HuPerfEnd(s32 arg0);
#endif