| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : #pragma once 2 : 3 : #include <filesystem> 4 : #include <wren/assets/manager.hpp> 5 : 6 : namespace editor { 7 : 8 0 : struct Context { 9 : wren::assets::Manager asset_manager; 10 : std::filesystem::path project_path; 11 : }; 12 : 13 : } // namespace editor |
| Generated by: LCOV version 2.3.2-1 |