summaryrefslogtreecommitdiff
path: root/includes/powdergraphics.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-10-10 19:42:55 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-10-10 19:42:55 (GMT)
commit948fd376b4aae29b961822005cd503d9eb0fbf41 (patch)
tree4f6a3e62c993bc7a79bcad452ad501143906e493 /includes/powdergraphics.h
parent9c9f6b2287b028f7d0367308c7669e0ba8960a36 (diff)
downloadpowder-948fd376b4aae29b961822005cd503d9eb0fbf41.zip
powder-948fd376b4aae29b961822005cd503d9eb0fbf41.tar.gz
Starting on jumptable/function pointers for graphics, only FIRE is implemented
Diffstat (limited to 'includes/powdergraphics.h')
-rw-r--r--includes/powdergraphics.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/includes/powdergraphics.h b/includes/powdergraphics.h
new file mode 100644
index 0000000..2033b17
--- /dev/null
+++ b/includes/powdergraphics.h
@@ -0,0 +1,10 @@
+#ifndef PGRAPHICS_H
+#define PGRAPHICS_H
+
+#define PMODE_NONE 0x00000000
+#define PMODE_FLAT 0x00000001
+
+#define FIRE_ADD 0x00000100
+#define FIRE_BLEND 0x00000200
+
+#endif