mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
12 lines
141 B
C++
12 lines
141 B
C++
#ifndef MXDSEVENT_H
|
|
#define MXDSEVENT_H
|
|
|
|
#include "mxdsmediaaction.h"
|
|
|
|
class MxDSEvent : public MxDSMediaAction
|
|
{
|
|
|
|
};
|
|
|
|
#endif // MXDSEVENT_H
|