summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/shapes.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shapes.c b/src/shapes.c
index 527632d..9dac22c 100644
--- a/src/shapes.c
+++ b/src/shapes.c
@@ -4,6 +4,9 @@
#include "lua_core.h"
#include "textures.h"
+// Note: STB rect pack is already included in raylib, so we just declare the types
+#include "external/stb_rect_pack.h"
+
/*
## Shapes - Basic shapes drawing functions
*/