mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
12 lines
192 B
C++
12 lines
192 B
C++
#ifndef GASSTATIONENTITY_H
|
|
#define GASSTATIONENTITY_H
|
|
|
|
#include "buildingentity.h"
|
|
|
|
class GasStationEntity : public BuildingEntity
|
|
{
|
|
// SIZE 0x68
|
|
};
|
|
|
|
#endif // GASSTATIONENTITY_H
|