#ifndef SCORESTATE_H #define SCORESTATE_H #include "legostate.h" class ScoreState : public LegoState { // SIZE 0xc }; #endif // SCORESTATE_H