dxx-rebirth/common/2d
Kp c704cc9fc9 Add const void* conversion to various types
Add operator const void*() to prevent accidental use of pointer
comparison.  With the overload present, comparing two objects triggers
an ambiguous conversion to pointer, instead of comparing the pointer
values.
2014-10-12 22:11:28 +00:00
..
2dsline.cpp
bitblt.cpp Propagate for variables in common/2d/bitblt.cpp 2014-09-26 02:42:13 +00:00
bitmap.cpp Propagate for variables in common/2d/bitmap.cpp 2014-09-26 02:42:13 +00:00
bitmap.h
box.cpp Propagate for variables in common/2d/box.cpp 2014-09-26 02:42:13 +00:00
canvas.cpp Use unique_ptr for grs_canvas 2014-09-17 02:45:12 +00:00
circle.cpp
clip.h
disc.cpp
gpixel.cpp
line.cpp Propagate for variables in common/2d/line.cpp 2014-09-26 02:42:14 +00:00
pixel.cpp
rect.cpp Propagate for variables in common/2d/rect.cpp 2014-09-26 02:42:14 +00:00
rle.cpp Add const void* conversion to various types 2014-10-12 22:11:28 +00:00
scalec.cpp Propagate for variables in common/2d/scalec.cpp 2014-09-26 02:42:14 +00:00