mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
11 lines
122 B
C++
11 lines
122 B
C++
#ifndef LEGOSTATE_H
|
|
#define LEGOSTATE_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
class LegoState : public MxCore
|
|
{
|
|
};
|
|
|
|
#endif // LEGOSTATE_H
|