home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / knowhow4 / drawtool.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  123 b   |  8 lines

  1. #ifndef __KH_PAINT_H_
  2. #define __KH_PAINT_H_
  3.  
  4. #include "bgipaint.h"
  5.  
  6. extern KH_Paint* drawTool;
  7.  
  8. #endif __KH_PAINT_H_