home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1996 December / PC_Shareware-1996-12.iso / windows / spectrum / sources / snap.h < prev    next >
Encoding:
Text File  |  1996-06-16  |  1.2 KB  |  39 lines

  1.  
  2. /* Snap.h : Definitions for loading and saving snapshots.
  3.  *
  4.  * Copyright 1996 Rui Fernando Ferreira Ribeiro.
  5.  *
  6.  * This program is free software; you can redistribute it and/or modify
  7.  * it under the terms of the GNU General Public License as published by
  8.  * the Free Software Foundation; either version 2 of the License, or
  9.  * (at your option) any later version.
  10.  *
  11.  * This program is distributed in the hope that it will be useful,
  12.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.  * GNU General Public License for more details.
  15.  *
  16.  * You should have received a copy of the GNU General Public License
  17.  * along with this program; if not, write to the Free Software
  18.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  */
  20.  
  21. /*
  22.  *      History:
  23.  *
  24.  *      25th April 96:
  25.  *              . created
  26.  */
  27.  
  28.  
  29. enum { SNA_FMT, SNX_FMT, Z80_FMT, SIT_FMT, SP_FMT, RAW_FMT, ZX_FMT, PRG_FMT,
  30.        ACH_FMT, TAP_FMT, BLK_FMT, ROM_FMT, DAT_FMT, SLT_FMT, SCR_FMT,
  31.        PCX_FMT, INI_FMT };
  32.  
  33. //  Activate long file names on file dialog boxes under
  34. // Windows 95
  35. #define OFN_LONGNAMES   0x00200000;
  36.  
  37.  
  38. /* EOF : Snap.h */
  39.