mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
IMAGE: Fix wrong defines in ICO/CUR/ANI loader
This commit is contained in:
parent
c4dfcab35f
commit
d58254b3e9
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user