mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
16 lines
232 B
C++
16 lines
232 B
C++
#ifndef INFOCENTERDOOR_H
|
|
#define INFOCENTERDOOR_H
|
|
|
|
#include "legoworld.h"
|
|
|
|
class InfoCenterDoor : public LegoWorld
|
|
{
|
|
public:
|
|
InfoCenterDoor();
|
|
|
|
// VTABLE 0x100d72d8
|
|
// SIZE 0xfc
|
|
};
|
|
|
|
#endif // INFOCENTERDOOR_H
|