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

15 lines
164 B
C++

#ifndef SCORE_H
#define SCORE_H
#include "legoworld.h"
class Score : public LegoWorld
{
public:
Score();
// SIZE 0x104
};
#endif // SCORE_H