begin new serialization framework

also got rid of STL dependency on triangulator
This commit is contained in:
Juan Linietsky
2015-02-15 01:19:46 -03:00
parent 7ebb224ec1
commit 2185c018f6
13 changed files with 729 additions and 206 deletions

View File

@ -1439,7 +1439,6 @@ void OS_Windows::warp_mouse_pos(const Point2& p_to) {
SetCursorPos(p.x,p.y);
}
}
Point2 OS_Windows::get_mouse_pos() const {