|
Stardew Engine
|
#include "TimerPool.h"#include "ObjectPool.h"#include <stdlib.h>#include <string.h>#include "AssertLib.h"
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) |
| 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 | ) |