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
bitmap.cpp
bitmap.h
box.cpp
canvas.cpp
circle.cpp
clip.h
disc.cpp
gpixel.cpp
line.cpp
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