mirror of
https://github.com/encounter/ac-decomp.git
synced 2026-03-30 10:57:04 -07:00
11 lines
119 B
C
11 lines
119 B
C
|
|
#ifndef EXECUTOR_H
|
||
|
|
#define EXECUTOR_H
|
||
|
|
|
||
|
|
#include "types.h"
|
||
|
|
|
||
|
|
void _prolog();
|
||
|
|
void _epilog();
|
||
|
|
void _unresolved();
|
||
|
|
|
||
|
|
#endif
|