mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 15:28:38 -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user