mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
15 lines
182 B
C++
15 lines
182 B
C++
#ifndef ACTLSTATE_H
|
|
#define ACTLSTATE_H
|
|
|
|
#include "legostate.h"
|
|
|
|
class ActlState : public LegoState
|
|
{
|
|
public:
|
|
ActlState();
|
|
|
|
// SIZE 0x26c
|
|
};
|
|
|
|
#endif // ACTLSTATE_H
|