From 040ba6826237eb124aaa4576fc302e2e07dd40c5 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Wed, 20 May 2020 20:51:05 -0500 Subject: add honey_mesh and assorted related functions --- include/common.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/common.h (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h new file mode 100644 index 0000000..8c1f976 --- /dev/null +++ b/include/common.h @@ -0,0 +1,17 @@ +#ifndef HONEY_COMMON_H +#define HONEY_COMMON_H + +#include +#include +#include +#include + +#include "glad.h" +#include + +#include +#include + +#include "stb_image.h" + +#endif -- cgit v1.2.1