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

11 lines
147 B
C++

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