Use gh_new_procedure
This commit is contained in:
parent
faf72f1df3
commit
37fd16f753
1 changed files with 3 additions and 3 deletions
|
@ -695,9 +695,9 @@ global void InitCcl(void)
|
|||
|
||||
EditorCclRegister();
|
||||
|
||||
init_subr_1("load-pud",CclLoadPud);
|
||||
init_subr_1("load-map",CclLoadMap);
|
||||
init_subr_2("define-map",CclDefineMap);
|
||||
gh_new_procedure1_0("load-pud",CclLoadPud);
|
||||
gh_new_procedure1_0("load-map",CclLoadMap);
|
||||
gh_new_procedure2_0("define-map",CclDefineMap);
|
||||
|
||||
gh_new_procedure0_0("units",CclUnits);
|
||||
|
||||
|
|
Loading…
Reference in a new issue