feat(profile): update gx headers

This commit is contained in:
phaneron 2025-05-08 00:05:46 -04:00
parent 37b206a6e3
commit ad24eab0a4
16 changed files with 251 additions and 84 deletions

View file

@ -0,0 +1,8 @@
#ifndef WIN_HANDLE_H
#define WIN_HANDLE_H
typedef void* HANDLE;
typedef void* HWND;
typedef void* HINSTANCE;
#endif