fallout2-ce/src/autorun.h

8 lines
114 B
C
Raw Normal View History

2022-05-19 01:51:26 -07:00
#ifndef AUTORUN_H
#define AUTORUN_H
bool autorunMutexCreate();
void autorunMutexClose();
#endif /* AUTORUN_H */