| 30 | #include "resources/imagestore.hpp" |
| 31 | |
| 32 | Sorcery::Splash::Splash(Context &ctx) |
| 33 | : _ctx{ctx} { |
| 34 | |
| 35 | _initialise(); |
| 36 | }; |
| 37 | |
| 38 | auto Sorcery::Splash::_initialise() -> bool { |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected