OSSIA
Open Scenario System for Interactive Application
fmt.hpp
1 #pragma once
2 
3 // Thanks Unreal...
4 #if defined(check)
5 #undef check
6 #endif
7 
8 #include <ossia/detail/config.hpp>
9 #if defined(OSSIA_HAS_FMT)
10 #include <fmt/format.h>
11 #include <fmt/ostream.h>
12 #endif