mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-14 00:07:13 +02:00
9 lines
138 B
C++
9 lines
138 B
C++
#pragma once
|
|
|
|
#include "file_io/File.hpp"
|
|
#include <filesystem>
|
|
#include <fmt/core.h>
|
|
|
|
bool is_master_file(std::filesystem::path fpath);
|
|
|