diff options
author | metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com> | 2023-11-16 16:08:29 -0600 |
---|---|---|
committer | metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com> | 2023-11-16 16:08:29 -0600 |
commit | 98eff8059fef38103139668ccdf64b7b2b6b7bf3 (patch) | |
tree | 224e4df855078eb1740a3bd91b17a92ea555d3a5 /SavEdit.h | |
parent | 85a60e088b64477fb5935a9bea738d79beeda7ea (diff) | |
download | PSE-98eff8059fef38103139668ccdf64b7b2b6b7bf3.tar.gz |
Added in party editing.
Diffstat (limited to 'SavEdit.h')
-rw-r--r-- | SavEdit.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |