Skip to content

Commit

Permalink
update .h
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Nov 4, 2017
1 parent fb4113f commit 1c7c461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/FF7Save.h
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ class FF7Save: public QObject{
QString location(int s);// return save location string
void setLocation(int s, QString new_location);//set save location string to new_location
quint32 gil(int s);
void setGil(int s,quint32 gil);
void setGil(int s,quint32 gil);
quint16 gp (int s);
void setGp(int s,int gp);
quint16 battles (int s);
Expand Down

0 comments on commit 1c7c461

Please sign in to comment.