aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/extract.h
diff options
context:
space:
mode:
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