better file structure for better separation

This commit is contained in:
Bechir
2024-03-06 21:08:52 +01:00
parent 1b7ea707ae
commit 22fb8763be
24 changed files with 29 additions and 43 deletions

View File

@ -0,0 +1,8 @@
#pragma once
#include "file_io/File.hpp"
#include <filesystem>
#include <fmt/core.h>
bool is_master_file(std::filesystem::path fpath);