mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04: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
|