fallout2-ce/src/autorun.h

12 lines
159 B
C
Raw Normal View History

2022-05-19 11:51:26 +03:00
#ifndef AUTORUN_H
#define AUTORUN_H
2022-09-23 15:43:44 +03:00
namespace fallout {
2022-05-19 11:51:26 +03:00
bool autorunMutexCreate();
void autorunMutexClose();
2022-09-23 15:43:44 +03:00
} // namespace fallout
2022-05-19 11:51:26 +03:00
#endif /* AUTORUN_H */