mirror of
https://github.com/isledecomp/isle.git
synced 2025-02-17 04:00:24 -05:00
* Reorganize sources * Refactor * Remove relative paths * Renames * Fix gitignore * Remove stuff * Try fixing format script * Fix format * Fix format * Fix naming script * Test format * Fix format
10 lines
206 B
C++
10 lines
206 B
C++
#ifndef RACESTANDSENTITY_H
|
|
#define RACESTANDSENTITY_H
|
|
|
|
#include "buildingentity.h"
|
|
|
|
// VTABLE: LEGO1 0x100d48a8
|
|
// SIZE 0x68
|
|
class RaceStandsEntity : public BuildingEntity {};
|
|
|
|
#endif // RACESTANDSENTITY_H
|