SSBM Decomp
Loading...
Searching...
No Matches
AXProf.h
Go to the documentation of this file.
1#ifndef DOLPHIN_AX_AXPROF_H
2#define DOLPHIN_AX_AXPROF_H
3
4#include <platform.h>
5
6#include <dolphin/ax.h>
7
9void AXInitProfile(AXPROFILE* profile, u32 maxProfiles);
10u32 AXGetProfile(void);
11
12#endif
u32 AXGetProfile(void)
Definition AXProf.c:29
AXPROFILE * __AXGetCurrentProfile(void)
Definition AXProf.c:8
void AXInitProfile(AXPROFILE *profile, u32 maxProfiles)
Definition AXProf.c:21
unsigned long u32
An unsigned 32-bit integer.
Definition platform.h:26
Definition ax.h:180