summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-13 09:44:19 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-13 09:44:19 +0000
commit35c9206be7f1b2e26b0db6599f072fb717811828 (patch)
treea7b9ed93861518887fe43e421dba1b57fb60f064 /crawl-ref/source/files.h
parenta7ec8acdf62d1f02f1b16587ea8cdd67517f4451 (diff)
downloadcrawl-ref-35c9206be7f1b2e26b0db6599f072fb717811828.tar.gz
crawl-ref-35c9206be7f1b2e26b0db6599f072fb717811828.zip
Stash-tracker now also keeps track of inscriptions and item origins (finally).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@625 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index cf6997f464..1e50891e80 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -83,7 +83,7 @@ void writeByte(FILE *file, unsigned char byte);
unsigned char readByte(FILE *file);
-void writeString(FILE* file, const std::string &s);
+void writeString(FILE* file, const std::string &s, int cap = 200);
std::string readString(FILE *file);