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

11 lines
123 B
C++

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