isle/LEGO1/scorestate.h
2023-06-20 22:11:14 +02:00

12 lines
157 B
C++

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