OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
instantiations.hpp
1#pragma once
3
4#include <string>
5#include <vector>
6extern template class std::vector<int>;
7extern template class std::vector<std::string>;
8extern template class std::basic_string<char>;