mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-04 03:58:40 +01: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