mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 07:25:22 -04:00
dTimer_createStockTimer
This commit is contained in:
@@ -703,10 +703,18 @@ inline int dComIfG_getTimerMode() {
|
||||
return g_dComIfG_gameInfo.play.getTimerMode();
|
||||
}
|
||||
|
||||
inline void dComIfG_setTimerMode(int mode) {
|
||||
return g_dComIfG_gameInfo.play.setTimerMode(mode);
|
||||
}
|
||||
|
||||
inline dTimer_c* dComIfG_getTimerPtr() {
|
||||
return g_dComIfG_gameInfo.play.getTimerPtr();
|
||||
}
|
||||
|
||||
inline u8 dComIfG_getTimerType() {
|
||||
return g_dComIfG_gameInfo.play.getTimerType();
|
||||
}
|
||||
|
||||
inline int dComIfG_setObjectRes(const char* name, u8 param_1, JKRHeap* heap) {
|
||||
return g_dComIfG_gameInfo.mResControl.setObjectRes(name, param_1, heap);
|
||||
}
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
#include "d/msg/d_msg_class.h"
|
||||
#include "JSystem/JKernel/JKRExpHeap.h"
|
||||
|
||||
void dTimer_createStockTimer();
|
||||
s32 dTimer_createStockTimer();
|
||||
|
||||
class dTimer_c : public msg_class {
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user