isle/LEGO1/mxdsanim.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

12 lines
148 B
C++

#ifndef MXDSANIM_H
#define MXDSANIM_H
#include "mxdsmediaaction.h"
class MxDSAnim : public MxDSMediaAction
{
};
#endif // MXDSANIM_H