mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-16 09:17:12 +02:00
better file structure for better separation
This commit is contained in:
8
include/file_io/helpers.hpp
Normal file
8
include/file_io/helpers.hpp
Normal 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);
|
||||
|
Reference in New Issue
Block a user