home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Emulation / Atari800 / nas.h < prev    next >
C/C++ Source or Header  |  1997-04-03  |  139b  |  9 lines

  1. #ifndef __NAS__
  2. #define __NAS__
  3.  
  4. void NAS_Initialise (int *argc, char *argv[]);
  5. void NAS_Exit (void);
  6. void NAS_UpdateSound (void);
  7.  
  8. #endif
  9.