Page MenuHomePhabricator (Chris)

No OneTemporary

Authored By
Unknown
Size
756 B
Referenced Files
None
Subscribers
None
diff --git a/util/lit_bitmap.h b/util/lit_bitmap.h
index 454b12c3..2ea4e00a 100644
--- a/util/lit_bitmap.h
+++ b/util/lit_bitmap.h
@@ -1,19 +1,20 @@
#ifndef _paintown_lit_bitmap_h
#define _paintown_lit_bitmap_h
#include "bitmap.h"
class LitBitmap: public Bitmap {
public:
LitBitmap( const Bitmap & b );
LitBitmap();
virtual ~LitBitmap();
using Bitmap::draw;
virtual void draw( const int x, const int y, const Bitmap & where ) const;
+ using Bitmap::drawHFlip;
virtual void drawHFlip( const int x, const int y, const Bitmap & where ) const;
virtual void drawVFlip( const int x, const int y, const Bitmap & where ) const;
virtual void drawHVFlip( const int x, const int y, const Bitmap & where ) const;
};
#endif

File Metadata

Mime Type
text/x-diff
Expires
Thu, Jun 11, 1:23 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
69228
Default Alt Text
(756 B)

Event Timeline