revamp the gfx+display systems a bit (#739)

* revamp gfx and display systems a bit

* Use some fancy c++ pointers instead of just raw pointers

* Tidy some things up.

* clang

* clang 2

* fixes

* fixesss

* error detection when making display
This commit is contained in:
ManDude
2021-08-10 00:16:39 +01:00
committed by GitHub
parent 95a07558a6
commit a850b5d5cb
12 changed files with 404 additions and 111 deletions
-2
View File
@@ -48,9 +48,7 @@
#include "game/overlord/stream.h"
#include "game/overlord/sbank.h"
#include "game/graphics/opengl.h"
#include "game/graphics/gfx.h"
#include "game/graphics/display.h"
#include "game/system/vm/vm.h"
#include "game/system/vm/dmac.h"