home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / v / vol1n7.zip / FILES.H < prev    next >
Text File  |  1992-08-17  |  384b  |  12 lines

  1. /* FILES.H - Prototypes for file I/O functions
  2. Copyright (c) 1992 Timur Tabi
  3. Copyright (c) 1992 Fasa Corporation
  4.  
  5. The following trademarks are the property of Fasa Corporation:
  6. BattleTech, CityTech, AeroTech, MechWarrior, BattleMech, and 'Mech.
  7. The use of these trademarks should not be construed as a challenge to these marks.
  8. */
  9.  
  10. void LoadMap(HWND);
  11. void SaveMap(HWND);
  12.