summaryrefslogtreecommitdiff
path: root/src/T2DLL/UPoint.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/UPoint.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/T2DLL/UPoint.h b/src/T2DLL/UPoint.h
new file mode 100644
index 0000000..4ba16df
--- /dev/null
+++ b/src/T2DLL/UPoint.h
@@ -0,0 +1,10 @@
+#pragma once
+#include "common.h"
+
+class UPoint {
+public:
+ static void MappingInRect(Point&, const RECT&);
+ static void MappingInRect(POINT&, const RECT&);
+
+ UPoint& operator=(const UPoint&) {}
+};