HitParamsRect.h
上传用户:kairuinn
上传日期:2009-02-07
资源大小:2922k
文件大小:0k
源码类别:

图形图象

开发平台:

Visual C++

  1. #ifndef _HITPARAMSRECT_H_
  2. #define _HITPARAMSRECT_H_
  3. typedef struct {
  4. CRect rect;
  5. BOOL hit;
  6. } hitParamsRect;
  7. #endif // _HITPARAMSRECT_H_