summaryrefslogtreecommitdiff
path: root/src/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/account.h')
-rw-r--r--src/account.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/account.h b/src/account.h
index f45ec7c4..5cb57ede 100644
--- a/src/account.h
+++ b/src/account.h
@@ -176,6 +176,14 @@ class Account
void
addCharacter(BeingPtr character);
+ /**
+ * Remove a character.
+ *
+ * @param name The character's name to delete.
+ */
+ bool
+ delCharacter(std::string name);
+
/**
* Get all the characters.