mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-03-01 07:50:25 +01:00
5 lines
94 B
C++
5 lines
94 B
C++
|
#pragma once
|
||
|
|
||
|
#include <filesystem>
|
||
|
|
||
|
void crash_if_missing(const std::filesystem::path& file);
|