diff options
Diffstat (limited to 'gst/gst.h')
-rw-r--r-- | gst/gst.h | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -1,14 +1,15 @@ #ifndef GST_H #define GST_H -#include <info.h> -#include <units.h> -#include <map.h> -#include <fxs.h> -#include <render_text.h> - -#include <SDL.h> -#include <SDL_mixer.h> +#include "info.h" +#include "units.h" +#include "map.h" +#include "fxs.h" +#include "../render/render_text.h" + + +#include <SDL2/SDL.h> +#include <SDL2/SDL_mixer.h> #define MAXMAP 10 |