From d0268921f8c121b9480d8be1b58babcb577f6511 Mon Sep 17 00:00:00 2001 From: totoro Date: Mon, 27 Apr 2026 22:22:25 +0900 Subject: [PATCH] generator with xlib 1.19.1 --- hk_generator.anubis | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hk_generator.anubis b/hk_generator.anubis index 30fc37f..ba9e6c2 100644 --- a/hk_generator.anubis +++ b/hk_generator.anubis @@ -15,9 +15,9 @@ public type HK_Generator_API: public define Maybe(HK_Generator_API) - load_hk_generator_1_19 + load_hk_generator_1_19_1 = - with file_name = "hk_gen_1_19.adm", + with file_name = "hk_gen_1_19_1.adm", if (LoadAdm(HK_Generator_API))load_adm(file_name) is { file_not_found then print("File '"+file_name+"' not found.\n\n");failure, @@ -29,5 +29,5 @@ public define Maybe(HK_Generator_API) wrong_type(expected,found) then print("Secondary module '"+file_name+"' has type:\n"+ found+" while primary module expected:\n"+ expected+"\n\n");failure, - ok(hk_gen_api) then println("Hayamiki generator 1.19 loaded ");success(hk_gen_api) + ok(hk_gen_api) then println("Hayamiki generator 1.19.1 loaded ");success(hk_gen_api) }. -- libgit2 0.21.4