mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
Refactor mxio
This commit is contained in:
parent
41dce8d662
commit
da6e906ce4
@ -241,7 +241,7 @@ add_library(omni STATIC
|
||||
LEGO1/omni/src/stream/mxdsfile.cpp
|
||||
LEGO1/omni/src/stream/mxdssource.cpp
|
||||
LEGO1/omni/src/stream/mxdssubscriber.cpp
|
||||
LEGO1/omni/src/stream/mxioinfo.cpp
|
||||
LEGO1/omni/src/stream/mxio.cpp
|
||||
LEGO1/omni/src/stream/mxramstreamcontroller.cpp
|
||||
LEGO1/omni/src/stream/mxramstreamprovider.cpp
|
||||
LEGO1/omni/src/stream/mxstreamchunk.cpp
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#define MXDSFILE_H
|
||||
|
||||
#include "mxdssource.h"
|
||||
#include "mxioinfo.h"
|
||||
#include "mxio.h"
|
||||
#include "mxstring.h"
|
||||
#include "mxtypes.h"
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#ifndef MXIOINFO_H
|
||||
#define MXIOINFO_H
|
||||
#ifndef MXIO_H
|
||||
#define MXIO_H
|
||||
|
||||
#include "mxtypes.h"
|
||||
|
||||
@ -29,4 +29,4 @@ class MXIOINFO {
|
||||
MMIOINFO m_info;
|
||||
};
|
||||
|
||||
#endif // MXIOINFO_H
|
||||
#endif // MXIO_H
|
||||
@ -1,5 +1,5 @@
|
||||
#ifndef MXUTIL_H
|
||||
#define MXUTIL_H
|
||||
#ifndef MXUTILITIES_H
|
||||
#define MXUTILITIES_H
|
||||
|
||||
#include "mxtypes.h"
|
||||
|
||||
@ -77,7 +77,6 @@ void SetOmniUserMessage(void (*p_omniUserMessage)(const char*, MxS32));
|
||||
MxBool ContainsPresenter(MxCompositePresenterList& p_presenterList, MxPresenter* p_presenter);
|
||||
void FUN_100b7220(MxDSAction* p_action, MxU32 p_newFlags, MxBool p_setFlags);
|
||||
MxDSObject* CreateStreamObject(MxDSFile*, MxS16);
|
||||
|
||||
MxBool KeyValueStringParse(char*, const char*, const char*);
|
||||
|
||||
#endif // MXUTIL_H
|
||||
#endif // MXUTILITIES_H
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "mxioinfo.h"
|
||||
#include "mxio.h"
|
||||
|
||||
#include "decomp.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user