diff options
Diffstat (limited to 'include/mcolor.h')
-rw-r--r-- | include/mcolor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mcolor.h b/include/mcolor.h index cd91923..bbad479 100644 --- a/include/mcolor.h +++ b/include/mcolor.h @@ -9,6 +9,7 @@ namespace mogltk { public: ColorP(const Color &); ColorP(Uint8, Uint8, Uint8, Uint8); + void Bind(); static Color Min; static Color Max; Color c; |