diff Engine/Graphics/RenderD3D11.cpp @ 2541:a902abdfc7f2

1. Renamed class Game to class Engine. 2. Separated game logic as state of FSM from game logic as engine. 3. Found out that many UI screen initializers were optimized away, intially they all returned newly created window as separate object like it is done in CharacterUI_Initialize.
author a.parshin
date Sun, 10 May 2015 01:29:11 +0200
parents 400edd7b0407
children c674d547cc7c
line wrap: on
line diff
--- a/Engine/Graphics/RenderD3D11.cpp	Sat May 09 12:55:58 2015 +0200
+++ b/Engine/Graphics/RenderD3D11.cpp	Sun May 10 01:29:11 2015 +0200
@@ -1,11 +1,9 @@
 #include <d3dcompiler.h>
 #include <comdef.h> // _com_error
 
-#include "../ErrorHandling.h"
+#include "Engine/Engine.h"
 #include "RenderD3D11.h"
-#include "../mm7_data.h"
 #include "Texture.h"
-#include "../Log.h"
 #include "Sprites.h"
 
 #define ErrorD3D(x)\