R-PAGE
Resistance's Portable-Adventure-Game-Engine
nrv2.h
Go to the documentation of this file.
1 /* NRV2X
2 */
3 
4 #ifdef LATTICE
5 #include <clib/dos_protos.h>
6 #include <clib/exec_protos.h>
7 #include <clib/alib_protos.h>
8 #include <pragmas/dos_pragmas.h>
9 #include <pragmas/exec_pragmas.h>
10 #include <libraries/dos.h>
11 #include <dos/rdargs.h>
12 #include <utility/tagitem.h>
13 #include <devices/audio.h>
14 #include <exec/execbase.h>
15 #include <exec/memory.h>
16 #include <string.h>
17 #include <hardware/cia.h>
18 
19 extern __asm void nrv2s_unpack( register __a0 UBYTE *Source, /* Input buffer to be decompressed */
20  register __a1 UBYTE *Destination); /* Output buffer. */
21 
22  #endif
unsigned char UBYTE
Definition: utils.h:20