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