Files
renderdoc/renderdoc/3rdparty/tinyexr/tinyexr.cpp
T
baldurk 936e6372cb Remove use of 3rdparty/ prefix from includes
* We instead always have 3rdparty/ in the relevant include search paths and rely
  on that. Each library still has its own unique base dir within 3rdparty to
  clarify where the include is coming from.
2020-03-11 18:00:53 +00:00

8 lines
116 B
C++

#include <stdio.h>
#include <time.h>
#include "miniz/miniz.h"
#define TINYEXR_IMPLEMENTATION
#include "tinyexr.h"