Page MenuHomePhabricator (Chris)

No OneTemporary

Authored By
Unknown
Size
531 B
Referenced Files
None
Subscribers
None
diff --git a/util/lit_bitmap.h b/util/lit_bitmap.h
new file mode 100644
index 00000000..2a40c4cf
--- /dev/null
+++ b/util/lit_bitmap.h
@@ -0,0 +1,16 @@
+#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();
+
+ virtual void draw( const int x, const int y, const Bitmap & where ) const;
+ virtual void drawHFlip( const int x, const int y, const Bitmap & where ) const;
+};
+
+#endif

File Metadata

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

Event Timeline