mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
Include required header files in Model3GraphicsState.h - fixes potential build errors in GCC
This commit is contained in:
parent
0c47ac831a
commit
94772ae3d9
|
@ -29,10 +29,17 @@
|
|||
#ifndef INCLUDED_MODEL3GRAPHICSSTATE_H
|
||||
#define INCLUDED_MODEL3GRAPHICSSTATE_H
|
||||
|
||||
#include "Util/NewConfig.h"
|
||||
#include "Model3/IEmulator.h"
|
||||
#include "BlockFile.h"
|
||||
#include "Game.h"
|
||||
#include "ROMSet.h"
|
||||
#include "CPU/Bus.h"
|
||||
#include "Model3/IEmulator.h"
|
||||
#include "Model3/IRQ.h"
|
||||
#include "Model3/Real3D.h"
|
||||
#include "Model3/TileGen.h"
|
||||
#include "OSD/Logger.h"
|
||||
#include "OSD/Video.h"
|
||||
#include "Util/NewConfig.h"
|
||||
|
||||
/*
|
||||
* CModel3GraphicsState:
|
||||
|
|
Loading…
Reference in a new issue