diff options
Diffstat (limited to 'NorthstarDLL/util/wininfo.h')
-rw-r--r-- | NorthstarDLL/util/wininfo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NorthstarDLL/util/wininfo.h b/NorthstarDLL/util/wininfo.h new file mode 100644 index 00000000..ac417034 --- /dev/null +++ b/NorthstarDLL/util/wininfo.h @@ -0,0 +1,6 @@ +#pragma once +#pragma once +#include "pch.h" + +extern HWND* g_gameHWND; +extern HMODULE g_NorthstarModule; |