// DO NOT EDIT: generated by whoa-autocode #include "db/rec/gtRegenHPPerSptRec.hpp" #include "db/Locale.hpp" #include "util/SFile.hpp" const char* gtRegenHPPerSptRec::GetFilename() { return "DBFilesClient\\gtRegenHPPerSpt.dbc"; } uint32_t gtRegenHPPerSptRec::GetNumColumns() { return 1; } uint32_t gtRegenHPPerSptRec::GetRowSize() { return 4; } bool gtRegenHPPerSptRec::NeedIDAssigned() { return true; } int32_t gtRegenHPPerSptRec::GetID() { return this->m_generatedID; } void gtRegenHPPerSptRec::SetID(int32_t id) { this->m_generatedID = id; } bool gtRegenHPPerSptRec::Read(SFile* f, const char* stringBuffer) { if ( !SFile::Read(f, &this->m_data, sizeof(this->m_data), nullptr, nullptr, nullptr) ) { return false; } return true; }