fallout2-ce/src/interpreter_extra.h

9 lines
179 B
C
Raw Normal View History

2022-05-19 01:51:26 -07:00
#ifndef INTERPRETER_EXTRA_H
#define INTERPRETER_EXTRA_H
void _intExtraClose_();
void _initIntExtra();
void _intExtraRemoveProgramReferences_();
#endif /* INTERPRETER_EXTRA_H */