mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
15 lines
164 B
C++
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
|