diff options
| author | jacob1 <jfu614@gmail.com> | 2012-10-19 23:17:15 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-26 14:15:38 (GMT) |
| commit | 3a29fc0268dbda68e80f7de586c6692ba7a11565 (patch) | |
| tree | fa2ae1ded7149c2b56c4dcecac032e991b30d00e /src/client/SaveFile.h | |
| parent | e2622657f076ef943d051593d0969306daf15f32 (diff) | |
| download | powder-3a29fc0268dbda68e80f7de586c6692ba7a11565.zip powder-3a29fc0268dbda68e80f7de586c6692ba7a11565.tar.gz | |
Save local saves as current name option (overwrites them automatically). Fix filename not showing when first saving a local save
Diffstat (limited to 'src/client/SaveFile.h')
| -rw-r--r-- | src/client/SaveFile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/SaveFile.h b/src/client/SaveFile.h index 9a9310f..b63d181 100644 --- a/src/client/SaveFile.h +++ b/src/client/SaveFile.h @@ -25,6 +25,7 @@ public: std::string GetDisplayName(); void SetDisplayName(std::string displayName); std::string GetName(); + void SetFileName(std::string fileName); virtual ~SaveFile(); private: |
