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 */
16
unsigned
int
GetTime
(
void
);
17
18
#endif
GetTime
unsigned int GetTime(void)
Definition
timer.c:14
timer.h
Low-level timer functionality.
time.h
KOS-implementation of select C11 and POSIX extensions.
examples
dreamcast
kgl
demos
specular
timer.h
Generated by
1.12.0