Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F126847
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
463 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/util/allegro/bitmap.h b/util/allegro/bitmap.h
new file mode 100644
index 00000000..93df4d14
--- /dev/null
+++ b/util/allegro/bitmap.h
@@ -0,0 +1,19 @@
+#ifdef _WIN32
+#define BITMAP dummyBITMAP
+#include <windows.h>
+#undef BITMAP
+#endif
+
+struct BITMAP;
+
+struct BitmapData{
+ inline BITMAP * getBitmap() const {
+ return bitmap;
+ }
+
+ inline void setBitmap(BITMAP * b) {
+ bitmap = b;
+ }
+
+ BITMAP * bitmap;
+};
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Jun 11, 1:16 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
69203
Default Alt Text
(463 B)
Attached To
Mode
R75 R-Tech1
Attached
Detach File
Event Timeline