fallout2-ce/src/autorun.h

14 lines
227 B
C
Raw Normal View History

2022-05-19 01:51:26 -07:00
#ifndef AUTORUN_H
#define AUTORUN_H
#define WIN32_LEAN_AND_MEAN
2022-05-28 04:45:48 -07:00
#define NOMINMAX
2022-05-19 01:51:26 -07:00
#include <windows.h>
extern HANDLE gInterplayGenericAutorunMutex;
bool autorunMutexCreate();
void autorunMutexClose();
#endif /* AUTORUN_H */