diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-06-07 19:46:36 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-06-07 19:46:36 -0300 |
commit | 871ceeb0fe219072ae708d4d4397e8ae66873386 (patch) | |
tree | 65ca97be3bd354ba615117feedf5ea59835bd6f6 /modules/hdr | |
parent | 5bf810b5db953d3f58acdd2d05d5410897f41d63 (diff) |
TGA support based on SaracenOne's work.
Diffstat (limited to 'modules/hdr')
-rw-r--r-- | modules/hdr/image_loader_hdr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/hdr/image_loader_hdr.h b/modules/hdr/image_loader_hdr.h index 9bc1fadd13..127833ebd0 100644 --- a/modules/hdr/image_loader_hdr.h +++ b/modules/hdr/image_loader_hdr.h @@ -27,8 +27,8 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef IMAGE_LOADER_TINYEXR_H -#define IMAGE_LOADER_TINYEXR_H +#ifndef IMAGE_LOADER_HDR_H +#define IMAGE_LOADER_HDR_H #include "io/image_loader.h" |