1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00
Files
godot/thirdparty/tinyexr/tinyexr.cc
2020-09-09 22:07:24 +02:00

9 lines
121 B
C++

#if defined(_WIN32)
#ifndef NOMINMAX
#define NOMINMAX
#endif
#endif
#define TINYEXR_IMPLEMENTATION
#include "tinyexr.h"