isle/LEGO1/mxdsstill.h
2023-06-23 17:18:53 -07:00

11 lines
123 B
C++

#ifndef MXDSSTILL_H
#define MXDSSTILL_H
class MxDSStill
{
public:
const char* GetClassName();
};
#endif // MXDSSTILL_H