Usermode/AxWin4 - Code now compiling (if STL is present)
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / CRect.hpp
diff --git a/Usermode/Applications/axwin4_src/Server/include/CRect.hpp b/Usermode/Applications/axwin4_src/Server/include/CRect.hpp
new file mode 100644 (file)
index 0000000..69e7c19
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ */
+#ifndef _CRECT_H_
+#define _CRECT_H_
+
+namespace AxWin {
+
+class CRect
+{
+public:
+       CRect(int X, int Y, int W, int H);
+       
+       bool Contains(const CRect& other) const;
+};
+
+};     // namespace AxWin
+
+#endif
+

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