diff options
| author | Pheenoh <pheenoh@gmail.com> | 2022-12-22 13:32:41 -0700 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2022-12-22 13:32:41 -0700 |
| commit | 07c9f3234b8a6573e2feec10d65c30f115cc0859 (patch) | |
| tree | a3f602248f4d3ad266ee2c49888f0bfb8e59fe38 /include/d | |
| parent | 07419c7e9f948d5f68d26fd4d981b5efb95d4119 (diff) | |
dTimer_c::_draw
Diffstat (limited to 'include/d')
| -rw-r--r-- | include/d/d_timer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/d/d_timer.h b/include/d/d_timer.h index 69caedc432..b46a3238b9 100644 --- a/include/d/d_timer.h +++ b/include/d/d_timer.h @@ -6,6 +6,7 @@ #include "dolphin/types.h" #include "dolphin/os/OSTime.h" #include "d/msg/d_msg_class.h" +#include "d/msg/d_msg_object.h" #include "JSystem/JKernel/JKRExpHeap.h" #include "JSystem/J2DGraph/J2DPane.h" @@ -78,7 +79,7 @@ private: public: /* 8025CA0C */ void _create(); /* 8025CF04 */ void _execute(); - /* 8025D33C */ void _draw(); + /* 8025D33C */ int _draw(); /* 8025D3BC */ void _delete(); /* 8025D524 */ int deleteCheck(); /* 8025D618 */ void start(int, s16); |
