mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2025-02-24 00:40:06 +00:00
12 lines
159 B
C++
12 lines
159 B
C++
#ifndef AUTORUN_H
|
|
#define AUTORUN_H
|
|
|
|
namespace fallout {
|
|
|
|
bool autorunMutexCreate();
|
|
void autorunMutexClose();
|
|
|
|
} // namespace fallout
|
|
|
|
#endif /* AUTORUN_H */
|