aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/create_kyradat/tables.h')
-rw-r--r--tools/create_kyradat/tables.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/tools/create_kyradat/tables.h b/tools/create_kyradat/tables.h
index 2e02f7b07f..158a014d64 100644
--- a/tools/create_kyradat/tables.h
+++ b/tools/create_kyradat/tables.h
@@ -32,14 +32,8 @@ struct ExtractEntrySearchData {
SearchData hint;
};
-#define EXTRACT_END_ENTRY { UNK_LANG, kPlatformUnknown, { 0, 0, { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } } }
-
-struct ExtractEntry {
- int id;
- const ExtractEntrySearchData *providers;
-};
-
-extern const ExtractEntry extractProviders[];
+typedef std::list<ExtractEntrySearchData> ExtractEntryList;
+ExtractEntryList getProvidersForId(int id);
#endif