fallout2-ce/src/interpreter_lib.h

15 lines
324 B
C
Raw Normal View History

2022-05-19 01:51:26 -07:00
#ifndef INTERPRETER_LIB_H
#define INTERPRETER_LIB_H
#include "interpreter.h"
typedef void (*OFF_59E160)(Program*);
void _updateIntLib();
void _intlibClose();
void _initIntlib();
void _interpretRegisterProgramDeleteCallback(OFF_59E160 fn);
void _removeProgramReferences_(Program* program);
#endif /* INTERPRETER_LIB_H */