Some qol updates to the scripts

This commit is contained in:
2023-09-08 15:19:21 -04:00
parent 0376a22775
commit 6f46ff1479
3 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ int gen_main()
gen::init();
log_fmt("Generating code for Handmade Hero\n");
log_fmt("Generaton finished for Handmade Hero\n");
gen::deinit();
return 0;
}