mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
12 lines
170 B
C++
12 lines
170 B
C++
#ifndef LEGOACT2STATE_H
|
|
#define LEGOACT2STATE_H
|
|
|
|
#include "legostate.h"
|
|
|
|
class LegoAct2State : public LegoState
|
|
{
|
|
// SIZE 0x10
|
|
};
|
|
|
|
#endif // LEGOACT2STATE_H
|