F.E.I.S/src/error_messages.hpp

5 lines
94 B
C++
Raw Normal View History

2023-07-27 20:58:19 +02:00
#pragma once
#include <filesystem>
void crash_if_missing(const std::filesystem::path& file);