2025-04-27 07:49:33 -04:00

6 lines
108 B
C

// File: global.h
extern HINSTANCE g_hInst;
inline HINSTANCE GetInstanceHandle() { return g_hInst; }