|
Stardew Engine
|


Go to the source code of this file.
Data Structures | |
| struct | SDTimer |
| SD == stardew to avoid name collisions. More... | |
| struct | SDTimerPool |
Typedefs | |
| typedef bool(* | TimerCallbackFn) (struct SDTimer *) |
| return true for the timer to be removed | |
Functions | |
| struct SDTimerPool | TP_InitTimerPool (int initialSize) |
| struct SDTimerPool | TP_DestroyTimerPool (struct SDTimerPool *pPool) |
| HTimer | TP_GetTimer (struct SDTimerPool *pPool, const struct SDTimer *pTimer) |
| void | TP_FreeTimer (struct SDTimerPool *pPool, HTimer timer) |
| void | TP_DoTimers (struct SDTimerPool *pPool, double deltaT) |
| typedef bool(* TimerCallbackFn) (struct SDTimer *) |
return true for the timer to be removed
| struct SDTimerPool TP_DestroyTimerPool | ( | struct SDTimerPool * | pPool | ) |
| void TP_DoTimers | ( | struct SDTimerPool * | pPool, |
| double | deltaT | ||
| ) |
| void TP_FreeTimer | ( | struct SDTimerPool * | pPool, |
| HTimer | timer | ||
| ) |
| HTimer TP_GetTimer | ( | struct SDTimerPool * | pPool, |
| const struct SDTimer * | pTimer | ||
| ) |
| struct SDTimerPool TP_InitTimerPool | ( | int | initialSize | ) |