mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
12 lines
140 B
C++
12 lines
140 B
C++
#ifndef ACT1STATE_H
|
|
#define ACT1STATE_H
|
|
|
|
#include "legostate.h"
|
|
|
|
class Act1State : public LegoState
|
|
{
|
|
|
|
};
|
|
|
|
#endif // ACT1STATE_H
|