1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/thirdparty/tinyexr/tinyexr.cc
2025-02-06 01:40:03 +01:00

11 lines
181 B
C++

#if defined(_WIN32)
#ifndef NOMINMAX
#define NOMINMAX
#endif
#endif
#include <zlib.h> // Should come before including tinyexr.
#define TINYEXR_IMPLEMENTATION
#include "tinyexr.h"