9 lines
153 B
C++
9 lines
153 B
C++
#ifndef _GLOBALS_HPP_
|
|
#define _GLOBALS_HPP_
|
|
|
|
extern HINSTANCE g_hInstance;
|
|
extern HWND g_hWnd;
|
|
extern ID3D10Device * g_pd3dDevice;
|
|
|
|
#endif _GLOBALS_HPP_
|