rogue
Loading...
Searching...
No Matches
module.h
Go to the documentation of this file.
1
17#ifndef __ROGUE_UTILITIES_FILEIO_H__
18#define __ROGUE_UTILITIES_FILEIO_H__
19#include "rogue/Directives.h"
20
21namespace rogue {
22namespace utilities {
23namespace fileio {
24void setup_module();
25}
26} // namespace utilities
27} // namespace rogue
28
29#endif