// DO NOT EDIT: generated by whoa-autocode #ifndef DB_REC_CREATURE_FAMILY_REC_HPP #define DB_REC_CREATURE_FAMILY_REC_HPP #include class SFile; class CreatureFamilyRec { public: int32_t m_ID; float m_minScale; int32_t m_minScaleLevel; float m_maxScale; int32_t m_maxScaleLevel; int32_t m_skillLine[2]; int32_t m_petFoodMask; int32_t m_petTalentType; int32_t m_categoryEnumID; const char* m_name; const char* m_iconFile; 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