mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
15 lines
271 B
C++
15 lines
271 B
C++
#ifndef INFOCENTERENTITY_H
|
|
#define INFOCENTERENTITY_H
|
|
|
|
#include "legoentity.h"
|
|
|
|
#ifndef undefined4
|
|
#define undefined4 int
|
|
#endif
|
|
|
|
class InfoCenterEntity : public LegoEntity
|
|
{
|
|
virtual undefined4 VTable0x50(); // vtable+0x50
|
|
};
|
|
|
|
#endif // INFOCENTERENTITY_H
|