mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
15 lines
205 B
C++
15 lines
205 B
C++
#ifndef ANIMSTATE_H
|
|
#define ANIMSTATE_H
|
|
|
|
#include "legostate.h"
|
|
|
|
class AnimState : public LegoState
|
|
{
|
|
public:
|
|
AnimState();
|
|
|
|
// VTABLE 0x100d8d80
|
|
// SIZE 0x1c
|
|
};
|
|
|
|
#endif // ANIMSTATE_H
|