home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Emulation / Atari800 / supercart.h < prev    next >
C/C++ Source or Header  |  1998-01-09  |  122b  |  9 lines

  1. #ifndef __SUPERCART__
  2. #define __SUPERCART__
  3.  
  4. #include "atari.h"
  5.  
  6. void Init_Super(int *argc,char **argv,int base);
  7.  
  8. #endif
  9.