summaryrefslogtreecommitdiff
path: root/src/T2DLL/UPoint.h
blob: 866d4463195b0282ea1b8b5ec0ab176f1ecd0354 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef T2DLL_UPOINT_H
#define T2DLL_UPOINT_H
#include "../common.h"

class AFX_CLASS_EXPORT UPoint {
public:
	static void MappingInRect(Point& ioPt, const RECT& inRect);
	static void MappingInRect(POINT& ioPt, const RECT& inRect);
};
#endif