isle/LEGO1/scorestate.h

12 lines
146 B
C++

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