R-PAGE
Resistance's Portable-Adventure-Game-Engine
time.h
Go to the documentation of this file.
1 /* Resistance's Portable-Adventure-Game-Engine (R-PAGE), Copyright (C) 2019 François Gutherz, Resistance.no
2  Released under MIT License, see license.txt for details.
3 */
4 
5 #ifdef LATTICE
6 #ifndef _TIME_ROUTINES_
7 #define _TIME_ROUTINES_
8 
9 #include <exec/types.h>
10 #include <exec/ports.h>
11 #include <devices/timer.h>
12 
13 BOOL init_timer_device(void);
14 void timer_device_get_system_time(struct timeval *);
15 void uninit_timer_device(void);
16 
17 #endif
18 #endif
int BOOL
Definition: utils.h:32