summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-10-11 17:35:26 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-10-11 17:35:26 (GMT)
commit8dad37bf0079112e06b6e15a1f761a8d9a0d394d (patch)
tree15ed110f98ddc01f233f3eed3358404a963d07dc /includes
parentfd71675b69ebc832830fa86ed0c0ccdecc69c692 (diff)
downloadpowder-8dad37bf0079112e06b6e15a1f761a8d9a0d394d.zip
powder-8dad37bf0079112e06b6e15a1f761a8d9a0d394d.tar.gz
New part rendering completed
Diffstat (limited to 'includes')
-rw-r--r--includes/powdergraphics.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/powdergraphics.h b/includes/powdergraphics.h
index 2033b17..6248bad 100644
--- a/includes/powdergraphics.h
+++ b/includes/powdergraphics.h
@@ -1,9 +1,17 @@
#ifndef PGRAPHICS_H
#define PGRAPHICS_H
+#define PMODE 0x000000FF
#define PMODE_NONE 0x00000000
#define PMODE_FLAT 0x00000001
+#define PMODE_BLOB 0x00000002
+#define PMODE_BLUR 0x00000004
+#define PMODE_GLOW 0x00000008
+#define PMODE_SPARK 0x00000010
+#define PMODE_FLARE 0x00000020
+#define PMODE_LFLARE 0x00000040
+#define FIREMODE 0x0000FF00
#define FIRE_ADD 0x00000100
#define FIRE_BLEND 0x00000200