link executor

This commit is contained in:
Prakxo
2023-08-21 16:34:39 +02:00
parent 1faf96890a
commit 5756e35dfd
5 changed files with 62 additions and 7 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef EXECUTOR_H
#define EXECUTOR_H
#include "types.h"
void _prolog();
void _epilog();
void _unresolved();
#endif
+2
View File
@@ -20,6 +20,8 @@ extern int ScreenHeight;
extern OSThread graphThread;
extern u8 SegmentBaseAddress[0x40];
void foresta_main();
#ifdef __cplusplus
}
#endif