Commit 523830e5bcc852cc87262ed92f96d7a0ec0d0032

Authored by totoro
1 parent 5bf59343

add the support of densaku type generation

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
hk_generator.anubis
@@ -11,7 +11,7 @@ transmit types/hayamiki.anubis @@ -11,7 +11,7 @@ transmit types/hayamiki.anubis
11 11
12 public type HK_Generator_API: 12 public type HK_Generator_API:
13 hk_api( 13 hk_api(
14 - ((HK_Database, String) -> Maybe(One)) generate_model_files). 14 + ((HK_Database, String, Bool) -> Maybe(One)) generate_model_files).
15 15
16 16
17 public define Maybe(HK_Generator_API) 17 public define Maybe(HK_Generator_API)