mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
13 lines
200 B
C
13 lines
200 B
C
|
#ifndef RACESTANDSENTITY_H
|
||
|
#define RACESTANDSENTITY_H
|
||
|
|
||
|
#include "buildingentity.h"
|
||
|
|
||
|
// VTABLE 0x100d48a8
|
||
|
// SIZE 0x68
|
||
|
class RaceStandsEntity : public BuildingEntity
|
||
|
{
|
||
|
};
|
||
|
|
||
|
#endif // RACESTANDSENTITY_H
|