home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / emulaton / at2600 / !v2600 / h / files < prev    next >
Text File  |  1997-03-24  |  688b  |  27 lines

  1. /*****************************************************************************
  2.  
  3.    This file is part of x2600, the Atari 2600 Emulator
  4.    ===================================================
  5.    
  6.    Copyright 1996 Alex Hornby. For contributions see the file CREDITS.
  7.  
  8.    This software is distributed under the terms of the GNU General Public
  9.    License. This is free software with ABSOLUTELY NO WARRANTY.
  10.    
  11.    See the file COPYING for details.
  12.    
  13.    $Id: files.h,v 1.3 1996/08/24 19:00:26 ahornby Exp $
  14. ******************************************************************************/
  15.  
  16. /*
  17.   Prototype for loadCart.
  18.   */
  19.  
  20. #ifndef VCSFILES_H
  21. #define VCSFILES_H
  22.  
  23. int 
  24. loadCart(void);
  25.  
  26. #endif
  27.