OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
graph_parallel.hpp
1#pragma once
2#include <ossia-config.hpp>
3#if defined(OSSIA_PARALLEL)
4#include <ossia/dataflow/graph/graph_parallel_impl.hpp>
5#endif