summaryrefslogtreecommitdiff
path: root/includes/powdergraphics.h
diff options
context:
space:
mode:
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