mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
(Refactor) Use more forward declarations (#881)
* Use more forward declarations * Use more forward declarations * Add more forward declarations * Fix
This commit is contained in:
committed by
GitHub
parent
01b861bc09
commit
51adf75b9b
@@ -1,16 +1,21 @@
|
||||
#ifndef LEGOVIDEOMANAGER_H
|
||||
#define LEGOVIDEOMANAGER_H
|
||||
|
||||
#include "3dmanager/lego3dmanager.h"
|
||||
#include "decomp.h"
|
||||
#include "legophonemelist.h"
|
||||
#include "mxdirectx/mxdirect3d.h"
|
||||
#include "mxdirectx/mxstopwatch.h"
|
||||
#include "mxvideomanager.h"
|
||||
|
||||
#include <ddraw.h>
|
||||
|
||||
class Lego3DManager;
|
||||
class LegoROI;
|
||||
class MxDirect3D;
|
||||
class MxStopWatch;
|
||||
|
||||
namespace Tgl
|
||||
{
|
||||
class Renderer;
|
||||
}
|
||||
|
||||
// VTABLE: LEGO1 0x100d9c88
|
||||
// SIZE 0x590
|
||||
|
||||
Reference in New Issue
Block a user