// DO NOT EDIT: generated by whoa-autocode #ifndef DB_REC_WMOAREA_TABLE_REC_HPP #define DB_REC_WMOAREA_TABLE_REC_HPP #include class SFile; class WMOAreaTableRec { public: int32_t m_ID; int32_t m_wmoid; int32_t m_nameSetID; int32_t m_wmogroupID; int32_t m_soundProviderPref; int32_t m_soundProviderPrefUnderwater; int32_t m_ambienceID; int32_t m_zoneMusic; int32_t m_introSound; int32_t m_flags; int32_t m_areaTableID; const char* m_areaName; 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