mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +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,10 +1,12 @@
|
||||
#ifndef MXCOMPOSITEPRESENTER_H
|
||||
#define MXCOMPOSITEPRESENTER_H
|
||||
|
||||
#include "mxactionnotificationparam.h"
|
||||
#include "mxpresenter.h"
|
||||
#include "mxstl/stlcompat.h"
|
||||
|
||||
class MxEndActionNotificationParam;
|
||||
class MxNotificationParam;
|
||||
|
||||
class MxCompositePresenterList : public list<MxPresenter*> {};
|
||||
|
||||
// VTABLE: LEGO1 0x100dc618
|
||||
|
Reference in New Issue
Block a user