From 14770f42df291753a240def91fb488a904a909c1 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 2 Dec 2021 14:20:48 +0100 Subject: Initial commit, set up skeleton with list and button --- include/common.h | 9 +++++++++ 1 file changed, 9 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..3fb4f6f --- /dev/null +++ b/include/common.h @@ -0,0 +1,9 @@ +#ifndef MGUI_COMMON_H +#define MGUI_COMMON_H + +#include +#include + +bool mgui_rectangle_contains(mgl_vec2f rectangle_pos, mgl_vec2f rectangle_size, mgl_vec2f point); + +#endif /* MGUI_COMMON_H */ -- cgit v1.2.3