Stardew Engine
Loading...
Searching...
No Matches
TimerPool.c File Reference
#include "TimerPool.h"
#include "ObjectPool.h"
#include <stdlib.h>
#include <string.h>
#include "AssertLib.h"
Include dependency graph for TimerPool.c:

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)
 

Function Documentation

◆ TP_DestroyTimerPool()

struct SDTimerPool TP_DestroyTimerPool ( struct SDTimerPool pPool)

◆ TP_DoTimers()

void TP_DoTimers ( struct SDTimerPool pPool,
double  deltaT 
)

◆ TP_FreeTimer()

void TP_FreeTimer ( struct SDTimerPool pPool,
HTimer  timer 
)

◆ TP_GetTimer()

HTimer TP_GetTimer ( struct SDTimerPool pPool,
const struct SDTimer pTimer 
)

◆ TP_InitTimerPool()

struct SDTimerPool TP_InitTimerPool ( int  initialSize)