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

11 lines
195 B
C++

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