Fix SDL_mixer function prefix

This commit is contained in:
Susko3 2025-12-13 03:09:51 +01:00
parent 508573fe62
commit 2c185bf63b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace SDL.SourceGeneration
{
public readonly Dictionary<string, List<GeneratedMethod>> Methods = new Dictionary<string, List<GeneratedMethod>>();
private static readonly string[] sdlPrefixes = ["SDL_", "TTF_", "IMG_", "Mix_"];
private static readonly string[] sdlPrefixes = ["SDL_", "TTF_", "IMG_", "MIX_"];
/// <summary>
/// Checks whether the method is from any SDL library.