From f1f1576543bb4e0f3b9bc4cd0ba4a12a70546c3c Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Tue, 30 Aug 2022 17:45:40 -0300 Subject: feat Create 2d graphics pipeline --- src/model.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/model.hpp') diff --git a/src/model.hpp b/src/model.hpp index 414fa30..50e49a1 100644 --- a/src/model.hpp +++ b/src/model.hpp @@ -17,10 +17,7 @@ #ifndef CANDY_GEAR_MODEL_H #define CANDY_GEAR_MODEL_H 1 -#include - #include "core.hpp" -#include "vk/model.hpp" void cg_model_init(mrb_state *mrb); -- cgit v1.2.3