diff options
author | metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com> | 2023-12-07 00:35:37 -0600 |
---|---|---|
committer | metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com> | 2023-12-07 00:35:37 -0600 |
commit | 0e94cc2b4692ab8bdcfc3f81ded00a67931e390d (patch) | |
tree | 1166f8acaa03b39dfed559e7e04e8d2b75af52cb /compile.sh | |
parent | 211369a126af84b5771e346ca5a3811a053ed172 (diff) | |
download | PSE-0e94cc2b4692ab8bdcfc3f81ded00a67931e390d.tar.gz |
forgot to keep track, I fixed a lot of bugs though. Displays moves, attributes, party. Actually edits now.
Diffstat (limited to 'compile.sh')
-rw-r--r-- | compile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -g++ -Wall main.cpp SavEdit.cpp PrivateAccess.cpp UserOptions.cpp TextOptions.cpp PartyEdit.cpp -o SE.o +g++ -Wall main.cpp SavEdit.cpp PrivateAccess.cpp UserOptions.cpp TextOptions.cpp PartyEdit.cpp Attributes.cpp -o SE.o |