// DO NOT EDIT: generated by whoa-autocode #ifndef DB_REC_WORLD_MAP_TRANSFORMS_REC_HPP #define DB_REC_WORLD_MAP_TRANSFORMS_REC_HPP #include class SFile; class WorldMapTransformsRec { public: int32_t m_ID; int32_t m_mapID; float m_regionMin[2]; float m_regionMax[2]; int32_t m_newMapID; float m_regionOffset[2]; int32_t m_newDungeonMapID; static const char* GetFilename(); static uint32_t GetNumColumns(); static uint32_t GetRowSize(); static bool NeedIDAssigned(); int32_t GetID(); void SetID(int32_t id); bool Read(SFile* f, const char* stringBuffer); }; #endif