aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/extract.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-11-19 17:43:15 +0000
committerJohannes Schickel2009-11-19 17:43:15 +0000
commit34b447147df73ba4ee282be69d8f4f9453ed3499 (patch)
tree0e8457aa903cf06a5a758a5f28dccace956771aa /tools/create_kyradat/extract.h
parent113c720ee1b6bcde6fe1740ed9a059aad7a6967c (diff)
downloadscummvm-rg350-34b447147df73ba4ee282be69d8f4f9453ed3499.tar.gz
scummvm-rg350-34b447147df73ba4ee282be69d8f4f9453ed3499.tar.bz2
scummvm-rg350-34b447147df73ba4ee282be69d8f4f9453ed3499.zip
More cleanup.
svn-id: r45988
Diffstat (limited to 'tools/create_kyradat/extract.h')
-rw-r--r--tools/create_kyradat/extract.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_kyradat/extract.h b/tools/create_kyradat/extract.h
index 650c10fc1c..b0a694577b 100644
--- a/tools/create_kyradat/extract.h
+++ b/tools/create_kyradat/extract.h
@@ -68,7 +68,7 @@ struct ExtractType {
const ExtractType *findExtractType(const int type);
// TODO: Do not export this in the future
-void createFilename(char *dstFilename, const int gid, const int lang, const int platform, const int special, const char *filename);
+void createFilename(char *dstFilename, const ExtractInformation *info, const char *filename);
#endif