diff options
Diffstat (limited to 'includes/powdergraphics.h')
| -rw-r--r-- | includes/powdergraphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/powdergraphics.h b/includes/powdergraphics.h index a880e71..6cc62a6 100644 --- a/includes/powdergraphics.h +++ b/includes/powdergraphics.h @@ -25,6 +25,7 @@ #define EFFECT 0xFF000000 #define EFFECT_GRAVIN 0x01000000 #define EFFECT_GRAVOUT 0x02000000 +#define EFFECT_LINES 0x04000000 #define RENDER_EFFE OPTIONS | PSPEC_STICKMAN | EFFECT | PMODE_SPARK | PMODE_FLARE | PMODE_LFLARE #define RENDER_FIRE OPTIONS | PSPEC_STICKMAN | PMODE_FLAT | PMODE_ADD | PMODE_BLEND | FIREMODE @@ -37,6 +38,7 @@ #define COLOUR_HEAT 0x00000001 #define COLOUR_LIFE 0x00000002 #define COLOUR_GRAD 0x00000004 +#define COLOUR_BASC 0x00000008 #define COLOUR_DEFAULT 0x00000000 |
