diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-02 09:44:19 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-02 09:44:19 +0100 |
commit | 879fb2adefadbc5f38711cd8f01bcc4cee053e3d (patch) | |
tree | 63d9841f0dd321978714dd5839cb6f8c3c8df57e /hud/hud.h | |
parent | 2f345b1d6e130177efe4fa47d5b2bd11f352ce85 (diff) |
i hate cmake, g++, ld, collect2, cc1, x86_64-w64-mingw32
Diffstat (limited to 'hud/hud.h')
-rw-r--r-- | hud/hud.h | 23 |
1 files changed, 12 insertions, 11 deletions
@@ -1,18 +1,19 @@ #ifndef HUD_H #define HUD_H -#include <SDL.h> -#include <SDL_mixer.h> -#include <render_text.h> -#include <button.h> -#include <graphicsettings.h> -#include <mkb.h> -#include <info.h> -#include <units.h> -#include <map.h> -#include <gst.h> -#include <net.h> +#include <SDL2/SDL.h> +#include <SDL2/SDL_mixer.h> + +#include "../render/render_text.h" +#include "../render/button.h" +#include "../render/graphicsettings.h" +#include "../mkb/mkb.h" +#include "../gst/info.h" +#include "../gst/units.h" +#include "../gst/map.h" +#include "../gst/gst.h" +#include "../net/net.h" typedef struct { float start; |