trying inheriting from class T

This commit is contained in:
Clément Le Bihan
2021-05-25 12:39:25 +02:00
parent e8aec2b7ef
commit 95b1b2ebb7
4 changed files with 7 additions and 5 deletions
+1
View File
@@ -12,6 +12,7 @@
#include "Drawables/2D/Text.hpp"
#include "Drawables/3D/Grid.hpp"
#include "Drawables/Texture.hpp"
#include "Drawables/2D/Circle.hpp"
#include "Model/Model.hpp"
#include "Model/ModelAnimations.hpp"
#include "System/Renderer/Renderer2DSystem.hpp"