summaryrefslogtreecommitdiff
path: root/include/mcolor.h
diff options
context:
space:
mode:
authorpixel <pixel>2003-03-28 13:36:38 +0000
committerpixel <pixel>2003-03-28 13:36:38 +0000
commit3e2e4fe9e05d73ba1c1b5de93160bb1cdb7cb56e (patch)
tree49b310acf67fb2dbad7a7f39841d67e01ea2c007 /include/mcolor.h
parent541c00c93fcd98f766cce661aa83ef4ffe713e57 (diff)
SDL backend mostly finished
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 bbad479..88ca27f 100644
--- a/include/mcolor.h
+++ b/include/mcolor.h
@@ -10,6 +10,7 @@ namespace mogltk {
ColorP(const Color &);
ColorP(Uint8, Uint8, Uint8, Uint8);
void Bind();
+ Uint32 toSDL(SDL_PixelFormat * = 0);
static Color Min;
static Color Max;
Color c;