Matched game/armem and game/perf
This commit is contained in:
parent
de5b0cc0b9
commit
cc324e6212
7 changed files with 569 additions and 8 deletions
12
include/game/perf.h
Normal file
12
include/game/perf.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue