mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
11 lines
147 B
C++
11 lines
147 B
C++
#ifndef LEGOSTATE_H
|
|
#define LEGOSTATE_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
class LegoState : public MxCore
|
|
{
|
|
// LegoState() = delete;
|
|
};
|
|
|
|
#endif // LEGOSTATE_H
|