Set up Renderer base and shader compilation

This commit is contained in:
viktorljung
2015-12-01 10:35:59 +01:00
parent 798e42999d
commit 1fdf312af4
8 changed files with 391 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "Core/ConfigFile.h"
#include "Core/EventBroker.h"
#include "Rendering/DummyRenderer.h"
#include "Rendering/Renderer.h"
#include "Core/InputManager.h"
#include "GUI/Frame.h"