1#ifndef CORE_DRAWABLE_HPP
2#define CORE_DRAWABLE_HPP
6#include "Util/Transform.hpp"
11 glm::mat4 m_Projection;
18 virtual glm::vec2 GetSize()
const = 0;
Definition: Drawable.hpp:14
Core functionality of the framework
Definition: config.hpp:7
Definition: Drawable.hpp:9