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