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 8a74c3c..f650736 100644 --- a/src/renderer.h +++ b/src/renderer.h
@@ -170,6 +170,7 @@ public:
170private: 170private:
171 171
172 void loadTextureFromFile(std::string_view path, texture_ptr& texture); 172 void loadTextureFromFile(std::string_view path, texture_ptr& texture);
173 void loadAllTextures();
173 174
174 sdl_wrapper sdl_; 175 sdl_wrapper sdl_;
175 img_wrapper img_; 176 img_wrapper img_;