diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-16 04:11:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-16 04:11:50 +0300 |
commit | 68b1e0ec82321757f2a29792d38d7eabb7d2cf98 (patch) | |
tree | ba108ad67918bf896ce08ee1609aedb2bf48d14f /src/graphics.h | |
parent | 8a068ecd9dd6d41ba49f258107b09b98a8ea1a6d (diff) | |
download | plus-68b1e0ec82321757f2a29792d38d7eabb7d2cf98.tar.gz plus-68b1e0ec82321757f2a29792d38d7eabb7d2cf98.tar.bz2 plus-68b1e0ec82321757f2a29792d38d7eabb7d2cf98.tar.xz plus-68b1e0ec82321757f2a29792d38d7eabb7d2cf98.zip |
Fix compilation for windows.
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/graphics.h b/src/graphics.h index 3c78a94fa..40db25c5d 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -225,9 +225,7 @@ class Graphics : public gcn::SDLGraphics BlitMode getBlitMode() { return mBlitMode; } -#if !defined(__MINGW32__) void fillRectangle(const gcn::Rectangle& rectangle); -#endif /** * Updates the screen. This is done by either copying the buffer to the |