mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
92ac058f3d
* Matched * Fix yaml and format * Fix yaml pt 2
10 lines
124 B
C
10 lines
124 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
// void func_800D64E0_jp();
|
|
void func_800D66D0_jp(void* arg0);
|
|
|
|
#endif
|