home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Games / Bolo 0.99.6 / More information / Sample Code / Std Autopilot / BF_Prefs.h < prev    next >
Encoding:
Text File  |  1995-01-01  |  481 b   |  17 lines  |  [TEXT/KAHL]

  1. // Bolo code (C) Stuart Cheshire <cheshire@cs.stanford.edu> 1987-1994.
  2. // All rights reserved. This code is owned by Stuart Cheshire and is donated
  3. // free of charge for non-commercial use. You may not use this code in any
  4. // product sold for commercial profit, except shareware priced at $25 or less.
  5.  
  6. typedef struct
  7.     {
  8.     u_short prefs_version;
  9.     u_short frametime;
  10.     } PREFS;
  11.  
  12. import PREFS prefs;
  13.  
  14. import void save_prefs(void);
  15. import void readprefs(void);
  16. import FSSpec PrefsFile;
  17.