6 lines
78 B
C
6 lines
78 B
C
#ifndef _GLOBALS_H
|
|
#define _GLOBALS_H
|
|
|
|
extern HINSTANCE g_hInst;
|
|
|
|
#endif |