mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-21 19:27:58 +02:00
8 lines
194 B
C++
8 lines
194 B
C++
#include "aare/File.hpp"
|
|
#include <filesystem>
|
|
class RawFileFactory{
|
|
public:
|
|
// RawFileFactory();
|
|
// ~RawFileFactory();
|
|
File loadFile(std::filesystem::path fpath);
|
|
}; |