Commit c3b3799437c258b16b179d05002b74443a5f5dc6
1 parent
dd627694
version for Anubis 1.19
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
ds_generator.anubis
| 1 | /* | 1 | /* |
| 2 | * Created by PyramIDE. | 2 | * Created by PyramIDE. |
| 3 | * User: フランスのトトロ aka (David RENÉ) | 3 | * User: フランスのトトロ aka (David RENÉ) |
| 4 | - * Date: 22/01/2017 | 4 | + * Date: 05/01/2021 |
| 5 | * Time: 21:50 | 5 | * Time: 21:50 |
| 6 | * © David RENÉ | 6 | * © David RENÉ |
| 7 | */ | 7 | */ |
| @@ -15,9 +15,9 @@ public type DS_Generator_API: | @@ -15,9 +15,9 @@ public type DS_Generator_API: | ||
| 15 | ((List(DS_Type_File), List(DS_Message), String) -> Maybe(One)) generate_type_files). | 15 | ((List(DS_Type_File), List(DS_Message), String) -> Maybe(One)) generate_type_files). |
| 16 | 16 | ||
| 17 | public define Maybe(DS_Generator_API) | 17 | public define Maybe(DS_Generator_API) |
| 18 | - load_ds_generator_1_14 | 18 | + load_ds_generator_1_19 |
| 19 | = | 19 | = |
| 20 | - with file_name = "ds_gen_1_14.adm", | 20 | + with file_name = "ds_gen_1_19.adm", |
| 21 | if (LoadAdm(DS_Generator_API))load_adm(file_name) is | 21 | if (LoadAdm(DS_Generator_API))load_adm(file_name) is |
| 22 | { | 22 | { |
| 23 | file_not_found then print("File '"+file_name+"' not found.\n\n");failure, | 23 | file_not_found then print("File '"+file_name+"' not found.\n\n");failure, |