Fix more stuff

This commit is contained in:
Lwmte 2021-09-16 01:12:19 +03:00
parent c324f70774
commit 1d0ceb0ff4
41 changed files with 427 additions and 430 deletions

View file

@ -12,7 +12,6 @@
using namespace TEN::Renderer;
using std::vector;
extern GameConfiguration g_Configuration;
extern GameFlow* g_GameFlow;
void TEN::Renderer::Renderer11::Initialise(int w, int h, int refreshRate, bool windowed, HWND handle)
{