From d773b499e595a43b9b1ae449262dcf13cabf2d02 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Tue, 21 Jul 2020 15:06:52 +0300 Subject: Initial commit Borrowing the app skeleton from Bitwise Harmony. --- src/win32.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/win32.h (limited to 'src/win32.h') diff --git a/src/win32.h b/src/win32.h new file mode 100644 index 00000000..b223ea4d --- /dev/null +++ b/src/win32.h @@ -0,0 +1,4 @@ +#pragma once +#include + +void useExecutableIconResource_SDLWindow(SDL_Window *win); -- cgit v1.2.3