8 lines
No EOL
109 B
C
8 lines
No EOL
109 B
C
typedef struct timer
|
|
{
|
|
int startTicks;
|
|
|
|
} Timer;
|
|
|
|
void timeStart(Timer* self);
|
|
int getTicks(Timer* self); |