pandemonium_engine/thirdparty/tinyexr/tinyexr.cc

13 lines
233 B
C++
Raw Normal View History

#if defined(_WIN32)
#ifndef NOMINMAX
#define NOMINMAX
#endif
#endif
2022-03-23 20:46:05 +01:00
// -- PANDEMONIUM start --
#include <zlib.h> // Should come before including tinyexr.
2022-03-23 20:46:05 +01:00
// -- PANDEMONIUM end --
#define TINYEXR_IMPLEMENTATION
#include "tinyexr.h"