mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-18 18:06:56 +01:00
13 lines
233 B
C++
13 lines
233 B
C++
#if defined(_WIN32)
|
|
#ifndef NOMINMAX
|
|
#define NOMINMAX
|
|
#endif
|
|
#endif
|
|
|
|
// -- PANDEMONIUM start --
|
|
#include <zlib.h> // Should come before including tinyexr.
|
|
// -- PANDEMONIUM end --
|
|
|
|
#define TINYEXR_IMPLEMENTATION
|
|
#include "tinyexr.h"
|