aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/gfx.h')
-rw-r--r--saga/gfx.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/saga/gfx.h b/saga/gfx.h
index 2a72f157e3..dd088d89f0 100644
--- a/saga/gfx.h
+++ b/saga/gfx.h
@@ -34,6 +34,19 @@ namespace Saga {
#define R_CURSOR_ORIGIN_X 4
#define R_CURSOR_ORIGIN_Y 4
+#define R_RED_WEIGHT 0.299
+#define R_GREEN_WEIGHT 0.587
+#define R_BLUE_WEIGHT 0.114
+
+struct R_GFX_MODULE {
+ int init;
+
+ R_SURFACE r_back_buf;
+
+ int white_index;
+ int black_index;
+};
+
} // End of namespace Saga
#endif