Text renderer up and working, needs more work to be compatible with the ResourceManager and the Entity Component system

This commit is contained in:
viktorljung
2015-12-11 16:12:29 +01:00
parent 8f007f6daf
commit a8a38716bd
8 changed files with 239 additions and 2 deletions
+3
View File
@@ -14,6 +14,8 @@
#include "../Core/EventBroker.h"
#include "EPicking.h"
#include "TextRenderer.h"
class Renderer : public IRenderer
{
public:
@@ -28,6 +30,7 @@ public:
private:
//----------------------Variables----------------------//
EventBroker* m_EventBroker;
TextRenderer* m_TextRenderer;
Texture* m_ErrorTexture;
Texture* m_WhiteTexture;