home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / FALCON / ACC / DRIVERS.ACC / DRIVERS.H < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-10  |  574 b   |  36 lines

  1. /* FSM.H
  2.  *==========================================================================
  3.  * DATE: July 11, 1990
  4.  * DESCRIPTION: INCLUDE.H file from RESOURCE
  5.  */
  6.  
  7.  
  8. #if USA | UK
  9.  #include "resource\usa\usa.h" 
  10. #endif
  11.  
  12. #if UK
  13.  #include "resource\uk\uk.h" 
  14. #endif
  15.  
  16. #if ITALY
  17.  #include "resource\italy\italy.h" 
  18. #endif
  19.  
  20. #if GERMAN
  21.  #include "resource\german\german.h" 
  22. #endif
  23.  
  24. #if FRENCH
  25.  #include "resource\french\french.h" 
  26. #endif
  27.  
  28. #if SPAIN
  29.  #include "resource\spain\spain.h" 
  30. #endif
  31.  
  32. #if SWEDEN
  33.  #include "resource\sweden\sweden.h" 
  34. #endif
  35.  
  36.