INFO.H 621 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * $Source: f:/miner/source/main/editor/rcs/info.h $
  3. * $Revision: 2.0 $
  4. * $Author: john $
  5. * $Date: 1995/02/27 11:34:32 $
  6. *
  7. * Header for info.c
  8. *
  9. * $Log: info.h $
  10. * Revision 2.0 1995/02/27 11:34:32 john
  11. * Version 2.0! No anonymous unions, Watcom 10.0, with no need
  12. * for bitmaps.tbl.
  13. *
  14. * Revision 1.2 1994/05/14 17:18:17 matt
  15. * Got rid of externs in source (non-header) files
  16. *
  17. * Revision 1.1 1994/05/14 16:30:39 matt
  18. * Initial revision
  19. *
  20. *
  21. */
  22. #ifndef _INFO_H
  23. #define _INFO_H
  24. void info_display_all( UI_WINDOW * wnd );
  25. extern int init_info;
  26. #endif