Enzo
Loading...
Searching...
No Matches
NodeLoader.h
1#pragma once
2#include <boost/config.hpp>
3#include <filesystem>
4
5namespace enzo::nt {
6
17class BOOST_SYMBOL_EXPORT NodeLoader
18{
19 public:
22 static void loadNodes();
23
26 static std::filesystem::path getNodesDirectory();
27};
28
29} // namespace enzo::nt
The startup pass that fills the node type table from the node folders on disk.
Definition NodeLoader.h:18