From e1935b6f7af6d036eb15c75c2a98bf43805c48fc Mon Sep 17 00:00:00 2001 From: sanine-a Date: Mon, 1 Jun 2020 22:33:43 -0500 Subject: add model loading --- include/honey.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/honey.h') diff --git a/include/honey.h b/include/honey.h index ccbaf8f..1d45195 100644 --- a/include/honey.h +++ b/include/honey.h @@ -10,6 +10,7 @@ #include "common.h" #include "input.h" #include "mesh.h" +#include "model.h" #include "primitives.h" #include "shader.h" #include "texture.h" -- cgit v1.2.1