isle/LEGO1/mxdssound.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

11 lines
124 B
C++

#ifndef MXDSSOUND_H
#define MXDSSOUND_H
class MxDSSound : public MxDSMediaAction
{
};
#endif // MXDSSOUND_H