OSSIA
Open Scenario System for Interactive Application
curve_segment.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <smallfun.hpp>
3 
8 namespace ossia
9 {
10 template <typename Y>
29 #if defined(_WIN32)
30 using curve_segment = smallfun::function<Y(double, Y, Y), 24 + 24>;
31 #else
32 using curve_segment = smallfun::function<Y(double, Y, Y), 24>;
33 #endif
34 }
Definition: git_info.h:7