hs

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | LICENSE

commit ee7aa64e15bf763fa358841c7a3041a1bfa8f284
parent 9e77179681afdec5ce799e48cdcfd6ec00e20c4b
Author: Samdal <samdal@protonmail.com>
Date:   Fri, 27 Aug 2021 17:58:54 +0200

added sfd for file opening

Diffstat:
M.gitmodules | 3+++
Aexternal/sfd | 1+
Mhs_graphics.h | 4++++
3 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -1,3 +1,6 @@ [submodule "external/nuklear"] path = external/nuklear url = https://github.com/Immediate-Mode-UI/Nuklear +[submodule "external/sfd"] + path = external/sfd + url = https://github.com/rxi/sfd diff --git a/external/sfd b/external/sfd @@ -0,0 +1 @@ +Subproject commit 7d83fe9577f2d4bfe74e7b08d25e3c7ad644d49d diff --git a/hs_graphics.h b/hs_graphics.h @@ -33,6 +33,10 @@ #include "external/nuklear_glfw_gl3.h" #endif +#ifdef HS_SFD +#include "external/sfd/src/sfd.c" +#endif + #include "hs_math.h" #include "hs_data.h"