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