mirror of
https://github.com/encounter/ogws.git
synced 2026-03-30 11:33:37 -07:00
16 lines
308 B
C
16 lines
308 B
C
#ifndef RVL_FACE_LIBRARY_DATABASE_H
|
|
#define RVL_FACE_LIBRARY_DATABASE_H
|
|
#include <RVLFaceLib/RFL_Types.h>
|
|
#include <types.h>
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
BOOL RFLIsAvailableOfficialData(u16 index);
|
|
BOOL RFLSearchOfficialData(const RFLCreateID* id, u16* index);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|