4 #include "athena/Global.hpp" 25 typedef std::vector<ALTTPQuest*>::iterator
QuestIter;
52 std::vector<ALTTPQuest*>
questList()
const;
71 std::vector<ALTTPQuest*> m_quests;
72 std::vector<ALTTPQuest*> m_backup;
76 #endif // ALTTP_FILE_HPP A Link to the Past data container class class.
A Link to the Past Quest container class.
std::vector< ALTTPQuest * > questList() const
Returns the primary quest list.
ALTTPQuest * quest(atUint32 id) const
Returns a quest at the given index.
std::vector< ALTTPQuest * >::iterator QuestIter
Quest Iterator.
void setQuest(atUint32 id, ALTTPQuest *val)
Sets a quest at the given index.
ALTTPFile()
Default constructor.
atUint32 questCount() const
Returns the number of primary quests.