diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-10 19:42:55 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-10 19:42:55 (GMT) |
| commit | 948fd376b4aae29b961822005cd503d9eb0fbf41 (patch) | |
| tree | 4f6a3e62c993bc7a79bcad452ad501143906e493 /includes/element.h | |
| parent | 9c9f6b2287b028f7d0367308c7669e0ba8960a36 (diff) | |
| download | powder-948fd376b4aae29b961822005cd503d9eb0fbf41.zip powder-948fd376b4aae29b961822005cd503d9eb0fbf41.tar.gz | |
Starting on jumptable/function pointers for graphics, only FIRE is implemented
Diffstat (limited to 'includes/element.h')
| -rw-r--r-- | includes/element.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/element.h b/includes/element.h index be0388d..cf84d79 100644 --- a/includes/element.h +++ b/includes/element.h @@ -5,5 +5,6 @@ #include "powder.h" #include "misc.h" #include "math.h" +#include "powdergraphics.h" #endif |
