Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F126872
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
756 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
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)
Attached To
Mode
R75 R-Tech1
Attached
Detach File
Event Timeline