Usermode/AxWin4 - Code now compiling (if STL is present)
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / CRect.hpp
1 /*
2  */
3 #ifndef _CRECT_H_
4 #define _CRECT_H_
5
6 namespace AxWin {
7
8 class CRect
9 {
10 public:
11         CRect(int X, int Y, int W, int H);
12         
13         bool Contains(const CRect& other) const;
14 };
15
16 };      // namespace AxWin
17
18 #endif
19

UCC git Repository :: git.ucc.asn.au