Repaired paths to SDL & SDL_mixer

This commit is contained in:
2021-05-08 18:38:37 +02:00
parent 54cccc4f1f
commit 826bdda3c6
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
#include "SDL.h"
#include <SDL2/SDL.h>
struct Color {
Uint8 r;