From 242317c1f7f2a6abdfbdbc99d5297539bbdc842f Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Sat, 30 Apr 2022 13:55:20 -0700 Subject: Add ImGuizmo for GameObjects, start to make things actually render --- source/CommonVertexIndex.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/CommonVertexIndex.hpp') diff --git a/source/CommonVertexIndex.hpp b/source/CommonVertexIndex.hpp index c15e658..adb81b6 100644 --- a/source/CommonVertexIndex.hpp +++ b/source/CommonVertexIndex.hpp @@ -1,11 +1,17 @@ #pragma once #include "Color.hpp" +#include "RcPtr.hpp" #include "Rect.hpp" #include "Texture.hpp" +#include "VertexIndex.hpp" #include +// Initialized in main() +inline RcPtr gVformatStandard{}; +inline RcPtr gVformatStandardSplit{}; + // Suffixes: // - _P_osition // - _T_exture coordiantes -- cgit v1.2.3-70-g09d2