fallout2-ce/src/autorun.h
2022-09-23 15:43:44 +03:00

12 lines
159 B
C++

#ifndef AUTORUN_H
#define AUTORUN_H
namespace fallout {
bool autorunMutexCreate();
void autorunMutexClose();
} // namespace fallout
#endif /* AUTORUN_H */