diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-20 20:14:46 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-20 20:14:46 -0400 |
commit | e5fc5bccff29bce3de09209707cf8dbe14a80b35 (patch) | |
tree | 4243d2aa029cfc7d172072cdd0170c5e7ad2f3de /src/renderer.h | |
parent | e70f905372f30887778d72f5a321be76731b7b82 (diff) | |
download | ether-e5fc5bccff29bce3de09209707cf8dbe14a80b35.tar.gz ether-e5fc5bccff29bce3de09209707cf8dbe14a80b35.tar.bz2 ether-e5fc5bccff29bce3de09209707cf8dbe14a80b35.zip |
control instructions
Diffstat (limited to 'src/renderer.h')
-rw-r--r-- | src/renderer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderer.h b/src/renderer.h index f650736..549f64a 100644 --- a/src/renderer.h +++ b/src/renderer.h | |||
@@ -187,6 +187,7 @@ private: | |||
187 | texture_ptr lamp_; | 187 | texture_ptr lamp_; |
188 | texture_ptr readInstruction_; | 188 | texture_ptr readInstruction_; |
189 | texture_ptr menuBg_; | 189 | texture_ptr menuBg_; |
190 | texture_ptr help_; | ||
190 | 191 | ||
191 | std::array<texture_ptr, NUM_TITLES> titles_; | 192 | std::array<texture_ptr, NUM_TITLES> titles_; |
192 | std::array<int, NUM_TITLES> titleWidths_; | 193 | std::array<int, NUM_TITLES> titleWidths_; |