mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
12 lines
157 B
C++
12 lines
157 B
C++
#ifndef MXDSMEDIAACTION_H
|
|
#define MXDSMEDIAACTION_H
|
|
|
|
#include "mxdsaction.h"
|
|
|
|
class MxDSMediaAction : public MxDSAction
|
|
{
|
|
|
|
};
|
|
|
|
#endif // MXDSMEDIAACTION_H
|