diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-21 17:43:46 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-21 17:43:46 (GMT) |
| commit | f7d8556965832821036c210ffc1f9e73f3ff70cc (patch) | |
| tree | 58e985bdc6e99a2ad8e7382ebaf33553ae93d836 /src/simulation/WallType.h | |
| parent | 5bf0a084ace0e6b673efa4552b40de8b36e0668e (diff) | |
| download | powder-f7d8556965832821036c210ffc1f9e73f3ff70cc.zip powder-f7d8556965832821036c210ffc1f9e73f3ff70cc.tar.gz | |
Icons for menu items
Diffstat (limited to 'src/simulation/WallType.h')
| -rw-r--r-- | src/simulation/WallType.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/WallType.h b/src/simulation/WallType.h index bd453d8..06d71ce 100644 --- a/src/simulation/WallType.h +++ b/src/simulation/WallType.h @@ -14,6 +14,7 @@ struct wall_type pixel colour; pixel eglow; // if emap set, add this to fire glow int drawstyle; + VideoBuffer * (*textureGen)(int, int, int); const char *descs; }; |
