mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
16 lines
260 B
C++
16 lines
260 B
C++
#ifndef JAIINITDATA_H
|
|
#define JAIINITDATA_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
namespace JAInter {
|
|
namespace InitData {
|
|
BOOL checkInitDataFile();
|
|
void checkInitDataOnMemory();
|
|
|
|
extern u32* aafPointer;
|
|
};
|
|
}
|
|
|
|
#endif /* JAIINITDATA_H */
|