mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
15 lines
235 B
C++
15 lines
235 B
C++
#ifndef INFOCENTERSTATE_H
|
|
#define INFOCENTERSTATE_H
|
|
|
|
#include "legostate.h"
|
|
|
|
class InfoCenterState : public LegoState
|
|
{
|
|
public:
|
|
InfoCenterState();
|
|
|
|
// VTABLE 0x100d93a8
|
|
// SIZE 0x94
|
|
};
|
|
|
|
#endif // INFOCENTERSTATE_H
|