New part rendering completed

This commit is contained in:
Simon Robertshaw
2011-10-11 18:35:26 +01:00
parent fd71675b69
commit 8dad37bf00
2 changed files with 251 additions and 25 deletions

View File

@@ -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