virtualx-engine/thirdparty/tinyexr/tinyexr.cc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
221 B
C++
Raw Normal View History

2024-02-18 21:31:05 +01:00
#if defined(_WIN32)
#ifndef NOMINMAX
#define NOMINMAX
#endif
#endif
// -- GODOT start --
#include <zlib.h> // Should come before including tinyexr.
// -- GODOT end --
#define TINYEXR_IMPLEMENTATION
#include "tinyexr.h"