Set char* parameters to const to prevent warnings

This commit is contained in:
2021-05-08 18:39:37 +02:00
parent 826bdda3c6
commit aca0f646b3
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
#include "SDL_mixer.h"
#include <SDL2/SDL_mixer.h>
typedef Mix_Chunk JS_Sound;