KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
timer.h
Go to the documentation of this file.
1/*
2 KallistiOS 2.0.0
3
4 timer.h
5 (C) 2013 Josh Pearson
6*/
7
8#ifndef DC_TIMER_H
9#define DC_TIMER_H
10
11/* Timer for frame-rate management ********************************************/
12#include <time.h>
13#include <arch/timer.h>
14
15/* Get current hardware timing using arch/timer.h */
16unsigned int GetTime(void);
17
18#endif
unsigned int GetTime(void)
Definition timer.c:14
Low-level timer functionality.
KOS-implementation of select C11 and POSIX extensions.