17 #ifndef FF7ACHIEVEMENTS_H    18 #define FF7ACHIEVEMENTS_H    72         QString 
name(
int bit);
    76 #endif // FF7ACHIEVEMENTS_H bool saveFile(QString fileName="")
Attempt to save a file. 
 
QString name(int bit)
Translate name for Achievement bit. 
 
bool achievmentUnlocked(int bit)
is Achievement @ bit unlocked? 
 
void setAchievementUnlocked(int bit, bool unlocked)
set Achievement @ bit to unlocked 
 
bool openFile(QString fileName="")
Attempt to Open a file. 
 
Work with achievements.dat. 
 
FF7Achievements(QObject *parent=0)
Create a new FF7 Achievements.