mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00:00
11 lines
197 B
C++
11 lines
197 B
C++
#ifndef RACESTANDS2ENTITY_H
|
|
#define RACESTANDS2ENTITY_H
|
|
|
|
#include "buildingentity.h"
|
|
|
|
class RaceStandsEntity2 : public BuildingEntity
|
|
{
|
|
// Size is 0x68
|
|
};
|
|
|
|
#endif // RACESTANDS2ENTITY_H
|