diff options
Diffstat (limited to '')
-rw-r--r-- | src/T2DLL/UPoint.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/T2DLL/UPoint.cpp b/src/T2DLL/UPoint.cpp new file mode 100644 index 0000000..0c93ea5 --- /dev/null +++ b/src/T2DLL/UPoint.cpp @@ -0,0 +1,7 @@ +#include "UPoint.h" + +/*static*/ void UPoint::MappingInRect(Point&, const RECT&) { +} + +/*static*/ void UPoint::MappingInRect(POINT&, const RECT&) { +} |