home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / ARASAN_S.ZIP / GLOBALS.H < prev    next >
C/C++ Source or Header  |  1994-07-02  |  307b  |  20 lines

  1. // Copyright 1994 by Jon Dart.  All Rights Reserved.
  2.  
  3. #ifndef _GLOBALS_H
  4. #define _GLOBALS_H
  5.  
  6. // global variables
  7.  
  8. #include "movearr.h"
  9.  
  10. #ifdef WINDOWS
  11. #include "book.h"
  12. extern Book *opening_book;
  13. #include <wpapp.h>
  14. extern WPMainWin *appWin;
  15. #endif
  16.  
  17. extern Move_Array *game_moves;
  18. #endif
  19.  
  20.