CENTERS.H 799 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. * $Source: f:/miner/source/main/editor/rcs/centers.h $
  3. * $Revision: 2.0 $
  4. * $Author: john $
  5. * $Date: 1995/02/27 11:35:02 $
  6. *
  7. * Center header
  8. *
  9. * $Log: centers.h $
  10. * Revision 2.0 1995/02/27 11:35:02 john
  11. * Version 2.0! No anonymous unions, Watcom 10.0, with no need
  12. * for bitmaps.tbl.
  13. *
  14. * Revision 1.3 1994/08/02 12:16:27 mike
  15. * Prototype Center_names.
  16. *
  17. * Revision 1.2 1994/07/21 19:35:20 yuan
  18. * Fixed #include problem
  19. *
  20. * Revision 1.1 1994/07/21 19:11:36 yuan
  21. * Initial revision
  22. *
  23. *
  24. */
  25. #ifndef _CENTERS_H
  26. #define _CENTERS_H
  27. #define CENTER_STRING_LENGTH 12
  28. #include "fuelcen.h"
  29. extern char Center_names[MAX_CENTER_TYPES][CENTER_STRING_LENGTH];
  30. void close_centers_window();
  31. void do_centers_window();
  32. #endif