R-PAGE
Resistance's Portable-Adventure-Game-Engine
helper.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 HELPER_ROUTINES
7 #define HELPER_ROUTINES
8 
9 #include "rpage/aos/inc.prl"
10 
11 UBYTE is_cpu_a_020(void);
12 
13 #endif
14 #endif
unsigned char UBYTE
Definition: utils.h:20