summaryrefslogtreecommitdiff
path: root/src/simulation/WallType.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/WallType.h')
-rw-r--r--src/simulation/WallType.h1
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;
};