isle/LEGO1/act1state.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

12 lines
140 B
C++

#ifndef ACT1STATE_H
#define ACT1STATE_H
#include "legostate.h"
class Act1State : public LegoState
{
};
#endif // ACT1STATE_H