fallout2-ce/src/autorun.h

8 lines
114 B
C

#ifndef AUTORUN_H
#define AUTORUN_H
bool autorunMutexCreate();
void autorunMutexClose();
#endif /* AUTORUN_H */