Commit b2fc12224c96cd5993f86517c7349e3ae55b85e8
1 parent
303d4c83
load ds_generator for Anubis version 1.19
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
ds_generator.anubis
| ... | ... | @@ -15,9 +15,9 @@ public type DS_Generator_API: |
| 15 | 15 | ((List(DS_Type_File), List(DS_Message), String) -> Maybe(One)) generate_type_files). |
| 16 | 16 | |
| 17 | 17 | public define Maybe(DS_Generator_API) |
| 18 | - load_ds_generator | |
| 18 | + load_ds_generator_1_19 | |
| 19 | 19 | = |
| 20 | - with file_name = "ds_gen.adm", | |
| 20 | + with file_name = "ds_gen_1_19.adm", | |
| 21 | 21 | if (LoadAdm(DS_Generator_API))load_adm(file_name) is |
| 22 | 22 | { |
| 23 | 23 | file_not_found then print("File '"+file_name+"' not found.\n\n");failure, | ... | ... |