mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
12 lines
165 B
C++
12 lines
165 B
C++
#ifndef MXMUSICMANAGER_H
|
|
#define MXMUSICMANAGER_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
class MxMusicManager : public MxCore
|
|
{
|
|
// VTABLE 0x100dc930
|
|
};
|
|
|
|
#endif // MXMUSICMANAGER_H
|