fix print_bank

This commit is contained in:
Martin Michelsen
2024-08-02 18:06:22 -07:00
parent d11329b2c9
commit fbc5cd5967
2 changed files with 10 additions and 5 deletions
+1
View File
@@ -390,6 +390,7 @@ public:
void save_and_unload_character();
PlayerBank200& current_bank();
const PlayerBank200& current_bank() const;
std::shared_ptr<PSOBBCharacterFile> current_bank_character();
bool use_shared_bank(); // Returns true if the bank exists; false if it was created
void use_character_bank(int8_t bb_character_index);