IMAGE: Fix wrong defines in ICO/CUR/ANI loader

This commit is contained in:
elasota 2024-01-17 19:33:42 -05:00 committed by Filippos Karapetis
parent c4dfcab35f
commit d58254b3e9
2 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@
*
*/
#ifndef GFX_ANI_H
#define GFX_ANI_H
#ifndef IMAGE_ANI_H
#define IMAGE_ANI_H
#include "common/array.h"
#include "common/types.h"

View File

@ -19,8 +19,8 @@
*
*/
#ifndef GFX_ICOCUR_H
#define GFX_ICOCUR_H
#ifndef IMAGE_ICOCUR_H
#define IMAGE_ICOCUR_H
#include "common/array.h"
#include "common/types.h"