mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-06-06 13:13:29 +00:00
19 lines
201 B
C
19 lines
201 B
C
#ifndef _DOLPHIN_ARQ
|
|
#define _DOLPHIN_ARQ
|
|
|
|
#include "types.h"
|
|
|
|
#include "dolphin/ar.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void ARQInit(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _DOLPHIN_ARQ
|