mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 12:11:15 +00:00
14 lines
256 B
C++
14 lines
256 B
C++
#ifndef GASSTATIONENTITY_H
|
|
#define GASSTATIONENTITY_H
|
|
|
|
#include "buildingentity.h"
|
|
|
|
class GasStationEntity : public BuildingEntity
|
|
{
|
|
virtual int FUN_100151d0(); // Return unknown 4-byte value
|
|
|
|
// SIZE 0x68
|
|
};
|
|
|
|
#endif // GASSTATIONENTITY_H
|