mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
12 lines
157 B
C++
12 lines
157 B
C++
#ifndef SCORESTATE_H
|
|
#define SCORESTATE_H
|
|
|
|
#include "legostate.h"
|
|
|
|
class ScoreState : public LegoState
|
|
{
|
|
// SIZE 0xc
|
|
};
|
|
|
|
#endif // SCORESTATE_H
|