mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-09 12:37:22 -04:00
link executor
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef EXECUTOR_H
|
||||
#define EXECUTOR_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
void _prolog();
|
||||
void _epilog();
|
||||
void _unresolved();
|
||||
|
||||
#endif
|
||||
@@ -20,6 +20,8 @@ extern int ScreenHeight;
|
||||
extern OSThread graphThread;
|
||||
extern u8 SegmentBaseAddress[0x40];
|
||||
|
||||
void foresta_main();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user