diff options
Diffstat (limited to 'backends/graphics')
-rw-r--r-- | backends/graphics/graphics.h (renamed from backends/graphics/abstract-graphics.h) | 0 | ||||
-rw-r--r-- | backends/graphics/null/null-graphics.h | 2 | ||||
-rw-r--r-- | backends/graphics/sdl/sdl-graphics.h | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/backends/graphics/abstract-graphics.h b/backends/graphics/graphics.h index 6037bb10e3..6037bb10e3 100644 --- a/backends/graphics/abstract-graphics.h +++ b/backends/graphics/graphics.h diff --git a/backends/graphics/null/null-graphics.h b/backends/graphics/null/null-graphics.h index 8423f4f5da..3ee99be93d 100644 --- a/backends/graphics/null/null-graphics.h +++ b/backends/graphics/null/null-graphics.h @@ -26,7 +26,7 @@ #ifndef BACKENDS_GRAPHICS_NULL_H #define BACKENDS_GRAPHICS_NULL_H -#include "backends/graphics/abstract-graphics.h" +#include "backends/graphics/graphics.h" static const OSystem::GraphicsMode s_noGraphicsModes[] = { {0, 0, 0} }; diff --git a/backends/graphics/sdl/sdl-graphics.h b/backends/graphics/sdl/sdl-graphics.h index 1ba0074bd1..84bb439783 100644 --- a/backends/graphics/sdl/sdl-graphics.h +++ b/backends/graphics/sdl/sdl-graphics.h @@ -26,7 +26,7 @@ #ifndef BACKENDS_GRAPHICS_SDL_H #define BACKENDS_GRAPHICS_SDL_H -#include "backends/graphics/abstract-graphics.h" +#include "backends/graphics/graphics.h" #include "common/system.h" #include "graphics/scaler.h" |