mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-15 12:41:15 +00:00
14 lines
286 B
C++
14 lines
286 B
C++
#ifndef RACESTANDSENTITY_H
|
|
#define RACESTANDSENTITY_H
|
|
|
|
#include "buildingentity.h"
|
|
|
|
class RaceStandsEntity : public BuildingEntity
|
|
{
|
|
// NOTE(Cydra): Starts transition
|
|
int FUN_10015450(); // Return is unknown 4-byte value
|
|
|
|
// SIZE 0x68
|
|
};
|
|
|
|
#endif // RACESTANDSENTITY_H
|