#pragma once #include #include #include namespace engine::util { std::unique_ptr> readTextFile(const std::string& path); std::unique_ptr> readBinaryFile(const std::string& path); }