Loading...
Searching...
No Matches
config.hpp
1#pragma once
2
3#if !defined(SCORE_ALL_UNITY) && !defined(__MINGW32__) && defined(__clang__)
4#define SCORE_EXTERN_TEMPLATES_IN_SHARED_LIBRARIES 1
5#endif