Files
tp/include/dolphin/ar/ar.h
T

13 lines
151 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef AR_H
#define AR_H
#include "dolphin/types.h"
2021-05-03 02:03:24 +02:00
extern "C" {
u32 ARInit(u32*, u32);
u32 ARAlloc(u32);
u32 ARGetSize(void);
}
2021-03-28 22:49:05 +02:00
#endif /* AR_H */