summaryrefslogtreecommitdiff
path: root/src/FLD.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/FLD.hpp')
-rw-r--r--src/FLD.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FLD.hpp b/src/FLD.hpp
index 1a08a72..05677fb 100644
--- a/src/FLD.hpp
+++ b/src/FLD.hpp
@@ -118,6 +118,7 @@ private:
std::map<const std::string, Image> images = {};
Error sdlError(const std::string& msg="") const;
+ Error soloudError(SoLoud::result result) const;
[[nodiscard]] Error initBasepath() const;
[[nodiscard]] Error initWindow();
[[nodiscard]] Error initRenderer();