Dmitry Marakasov 6d0213810b Switch to Optional
Remove "valid" flag from Rect and Point, derive them directly from
SDL_Rect and SDL_Point structures, simplify logic. Now x/y/w/h member
variables are directly accessible and Rect/Point may be passed as
SDL_Rect/SDL_Point via pointer or reference.

Change all cases where Null Rects and Points were used to Optional.

invalid state related functions like Null(), IsNull() and Get() are
now deprecated but are not removed yet for compatibility sake.
2014-12-25 19:10:41 +03:00
..
2014-12-25 17:31:14 +03:00
2014-12-18 14:32:27 +03:00
2014-12-25 17:31:14 +03:00
2014-12-25 19:10:41 +03:00
2014-09-02 07:27:13 +04:00