diff options
Diffstat (limited to 'src/renderer.h')
-rw-r--r-- | src/renderer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/renderer.h b/src/renderer.h index 549f64a..136d0bf 100644 --- a/src/renderer.h +++ b/src/renderer.h | |||
@@ -188,6 +188,8 @@ private: | |||
188 | texture_ptr readInstruction_; | 188 | texture_ptr readInstruction_; |
189 | texture_ptr menuBg_; | 189 | texture_ptr menuBg_; |
190 | texture_ptr help_; | 190 | texture_ptr help_; |
191 | texture_ptr messageBg_; | ||
192 | texture_ptr feather_; | ||
191 | 193 | ||
192 | std::array<texture_ptr, NUM_TITLES> titles_; | 194 | std::array<texture_ptr, NUM_TITLES> titles_; |
193 | std::array<int, NUM_TITLES> titleWidths_; | 195 | std::array<int, NUM_TITLES> titleWidths_; |