Horizon
Loading...
Searching...
No Matches
layer_provider.hpp
1#pragma once
2#include "layer.hpp"
3#include <vector>
4#include <map>
5
6namespace horizon {
8public:
9 virtual const std::map<int, Layer> &get_layers() const;
10};
11} // namespace horizon
Definition layer_provider.hpp:7