mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
Fix final #endif of legoomni.h and mxobjectfactory.h
This commit is contained in:
parent
cf47af8cc3
commit
8b6099b2d9
@ -63,6 +63,10 @@ class LegoOmni : public MxOmni
|
||||
virtual void vtable3c();
|
||||
virtual unsigned char vtable40();
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
virtual MxResult Create(const MxOmniCreateParam &p); // vtable+18
|
||||
#endif
|
||||
|
||||
LegoVideoManager *GetVideoManager() { return (LegoVideoManager *) m_videoManager; }
|
||||
LegoSoundManager *GetSoundManager() { return (LegoSoundManager *)m_soundManager;}
|
||||
MxBackgroundAudioManager *GetBackgroundAudioManager() { return m_bkgAudioManager; }
|
||||
|
||||
@ -9,4 +9,4 @@ class MxObjectFactory : public MxCore
|
||||
|
||||
};
|
||||
|
||||
#endif MXOBJECTFACTORY_H
|
||||
#endif // MXOBJECTFACTORY_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user