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

11 lines
127 B
C++

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