diff options
Diffstat (limited to 'c/main.h')
-rw-r--r-- | c/main.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/c/main.h b/c/main.h new file mode 100644 index 0000000..582e906 --- /dev/null +++ b/c/main.h @@ -0,0 +1,4 @@ +#pragma once +#include <windows.h> + +void UpdateLayout(HWND); |