9 lines
131 B
C
9 lines
131 B
C
#ifndef __GLOBALS_H__INCLUDED
|
|
#define __GLOBALS_H__INCLUDED
|
|
|
|
#include <direct.h>
|
|
|
|
CString GetAppDir();
|
|
void PumpMessages();
|
|
|
|
#endif |