R-PAGE
Resistance's Portable-Adventure-Game-Engine
Main Page
Related Pages
Data Structures
Files
File List
Globals
rpage
aos
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
BOOL
int BOOL
Definition:
utils.h:32
Generated by
1.8.11