home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 25 / amigaformatcd25.iso / websites / amidoom / adoom_src-0.7.lha / ADoom_src / c2p8_040_amlaukka.h < prev    next >
C/C++ Source or Header  |  1998-01-14  |  753b  |  28 lines

  1. #ifndef _C2P8_040_AMLAUKKA_H
  2. #define _C2P8_040_AMLAUKKA_H
  3.  
  4. /*
  5.  *  c2p8_040_amlaukka.h - optimized c2p
  6.  *  by Aki Laukkanen <amlaukka@cc.helsinki.fi>
  7.  *
  8.  *  This file is public domain.
  9.  */
  10.  
  11. #include <graphics/gfx.h>
  12. #include "macros.h"
  13.  
  14. extern void REGARGS (*c2p8_reloc(REG(a0, UBYTE *chunky),
  15.                  REG(a1, struct BitMap *bitmap),
  16.                  REG(a6, struct ExecBase *SysBase)))
  17.                                     (REG(a0, const UBYTE *chunky),
  18.                      REG(a1, UBYTE *raster),
  19.                      REG(a2, const UBYTE *chunky_end));
  20.  
  21. extern void REGARGS *c2p8_deinit(REG(a0, void REGARGS (*c2p)
  22.                                     (REG(a0, const UBYTE *chunky),
  23.                      REG(a1, UBYTE *raster),
  24.                      REG(a2, const UBYTE *chunky_end))),
  25.                  REG(a6, struct ExecBase *SysBase));
  26.  
  27. #endif
  28.