2025-11-27 16:46:48 +09:00

9 lines
131 B
C

#ifndef __GLOBALS_H__INCLUDED
#define __GLOBALS_H__INCLUDED
#include <direct.h>
CString GetAppDir();
void PumpMessages();
#endif