diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 16:49:23 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 16:49:23 -0500 |
| commit | 8a2bc19a89c26f329b3c4369e29cadd39d26460d (patch) | |
| tree | f8f7b1a1f4c6c23853645b51ab60fe754bc78096 /include/d/actor/d_a_npc_mk.h | |
| parent | d87b01b34a3f14d8c7741e8af54e5f4ca18d42bb (diff) | |
Better defaults for create/delete/execute/draw/isdelete
Diffstat (limited to 'include/d/actor/d_a_npc_mk.h')
| -rw-r--r-- | include/d/actor/d_a_npc_mk.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/d/actor/d_a_npc_mk.h b/include/d/actor/d_a_npc_mk.h index 712aaf7f..3a3b3472 100644 --- a/include/d/actor/d_a_npc_mk.h +++ b/include/d/actor/d_a_npc_mk.h @@ -76,10 +76,10 @@ public: void seek_action(void*); void hind_action(void*); void visit_action(void*); - void _draw(); - void _execute(); - void _delete(); - void _create(); + BOOL _draw(); + BOOL _execute(); + BOOL _delete(); + s32 _create(); void CreateHeap(); public: |
