mirror of
https://github.com/zeldaret/tp
synced 2026-05-25 07:23:14 -04:00
80ba3d9fd2
* checkpoint * checkpoint * rename f_pc * checkpoint * small symbol rename and fix some fpc symbols * remove unneeded entries from ldscript * simplify ok check, update docker container Co-authored-by: Pheenoh <pheenoh@gmail.com>
13 lines
142 B
C
13 lines
142 B
C
#ifndef AR_H_
|
|
#define AR_H_
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
extern "C" {
|
|
u32 ARInit(u32*, u32);
|
|
u32 ARAlloc(u32);
|
|
u32 ARGetSize(void);
|
|
}
|
|
|
|
#endif
|