OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
destination_index.hpp
Go to the documentation of this file.
1#pragma once
2#include <ossia/detail/config.hpp>
3
4#include <ossia/detail/small_vector.hpp>
5
6#include <iterator>
7
12namespace ossia
13{
40using destination_index = ossia::small_vector<int32_t, 2>;
41}
Definition git_info.h:7
ossia::small_vector< int32_t, 2 > destination_index
Definition destination_index.hpp:40