mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00:00
19 lines
332 B
C++
19 lines
332 B
C++
#ifndef RACESTANDSENTITY_H
|
|
#define RACESTANDSENTITY_H
|
|
|
|
#include "buildingentity.h"
|
|
|
|
#ifndef undefined4
|
|
#define undefined4 int
|
|
#endif
|
|
|
|
class RaceStandsEntity : public BuildingEntity
|
|
{
|
|
// NOTE(Cydra): Starts transition
|
|
undefined4 VTable0x50(); // vtable+0x50
|
|
|
|
// VTABLE 0x100d48a8
|
|
// SIZE 0x68
|
|
};
|
|
|
|
#endif // RACESTANDSENTITY_H
|