summaryrefslogtreecommitdiff
path: root/include/mcolor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mcolor.h')
-rw-r--r--include/mcolor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mcolor.h b/include/mcolor.h
index 1202572..6be0a5a 100644
--- a/include/mcolor.h
+++ b/include/mcolor.h
@@ -10,6 +10,7 @@ namespace mogltk {
ColorP(const Color & = WHITE);
ColorP(Uint8, Uint8, Uint8, Uint8);
bool operator==(const ColorP &);
+ Color * operator->();
void Bind();
void Norm();
Uint32 toSDL(SDL_PixelFormat * = 0);