summaryrefslogtreecommitdiffstats
path: root/SavEdit.h
diff options
context:
space:
mode:
authormetaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com>2023-11-16 16:08:29 -0600
committermetaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com>2023-11-16 16:08:29 -0600
commit98eff8059fef38103139668ccdf64b7b2b6b7bf3 (patch)
tree224e4df855078eb1740a3bd91b17a92ea555d3a5 /SavEdit.h
parent85a60e088b64477fb5935a9bea738d79beeda7ea (diff)
downloadPSE-98eff8059fef38103139668ccdf64b7b2b6b7bf3.tar.gz
Added in party editing.
Diffstat (limited to 'SavEdit.h')
-rw-r--r--SavEdit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/SavEdit.h b/SavEdit.h
index de5b6db..6359fda 100644
--- a/SavEdit.h
+++ b/SavEdit.h
@@ -28,6 +28,10 @@ class SavEdit
void clear();
void debug();
void displayItems();
+ void printMovelist();
+ int selectStat();
+ void modMainMenu();
+ void modStats(int, int, int);
private:
std::string filename;