From eec7111f5cb5a3785b1e2b67bbcd96e26680f18e Mon Sep 17 00:00:00 2001 From: Aaron Marks Date: Mon, 23 May 2005 13:51:42 +0000 Subject: Updated Storage class (added extra table to database). Misc. --- src/account.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/account.cpp') diff --git a/src/account.cpp b/src/account.cpp index e2ca1c75..3ab1c701 100644 --- a/src/account.cpp +++ b/src/account.cpp @@ -23,7 +23,11 @@ #include "account.h" -Account::Account() +Account(const std::string &aName, const std::string aPassword, + const std::string &aEmail, Being aPlayer[ACC_MAX_CHARS]) + : name(aName), + password(aPassword), + email(aEmail) { } -- cgit v1.2.3-60-g2f50