Starting on jumptable/function pointers for graphics, only FIRE is implemented

This commit is contained in:
Simon Robertshaw
2011-10-10 20:42:55 +01:00
parent 9c9f6b2287
commit 948fd376b4
6 changed files with 243 additions and 161 deletions

10
includes/powdergraphics.h Normal file
View File

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