isle/LEGO1/score.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

15 lines
162 B
C++

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