00001 #pragma once 00002 #include "glm/glm.hpp" 00003 00009 class Text 00010 { 00011 public: 00015 Text(void); 00019 ~Text(void); 00020 00024 char* text; 00028 glm::mat4 Local; 00029 };