home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL2 / VULCAN.ZIP / VULSRC.ZIP / BROWSE.HPP < prev    next >
C/C++ Source or Header  |  1994-02-08  |  292b  |  8 lines

  1. // BROWSE.HPP Part of VULCAN
  2. // Copyright (c) 1993 John Deurbrouck
  3. // must include windows.h before this file
  4. // must include vulcan.hpp in modules using this file
  5. // must include cancel.hpp in modules using this file
  6. extern void start_browse_dialog_box(void);
  7. extern HWND hBrowseDlg;
  8.