diff options
Diffstat (limited to 'src/graphicsvertexes.h')
-rw-r--r-- | src/graphicsvertexes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/graphicsvertexes.h b/src/graphicsvertexes.h index 6324341e3..3b0e48fe2 100644 --- a/src/graphicsvertexes.h +++ b/src/graphicsvertexes.h @@ -38,9 +38,9 @@ #include <SDL.h> -#include "mobileopenglgraphics.h" -#include "normalopenglgraphics.h" -#include "safeopenglgraphics.h" +#include "render/mobileopenglgraphics.h" +#include "render/normalopenglgraphics.h" +#include "render/safeopenglgraphics.h" #endif #include "resources/image.h" |