summary refs log tree commit diff stats
path: root/src/renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer.h')
-rw-r--r--src/renderer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderer.h b/src/renderer.h index 0416c9e..8551e26 100644 --- a/src/renderer.h +++ b/src/renderer.h
@@ -130,6 +130,7 @@ private:
130 texture_ptr lampFade_; 130 texture_ptr lampFade_;
131 texture_ptr dustFade_; 131 texture_ptr dustFade_;
132 texture_ptr playerSheet_; 132 texture_ptr playerSheet_;
133 texture_ptr tileset_;
133}; 134};
134 135
135#endif /* end of include guard: RENDERER_H_6A58EC30 */ 136#endif /* end of include guard: RENDERER_H_6A58EC30 */