Fix underlying enum types

This commit is contained in:
Susko3 2025-06-23 22:15:01 +02:00
parent dddb17d34d
commit b7ca494978
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ namespace SDL
{
[Flags]
[Typedef]
public enum IMG_InitFlags : int
public enum IMG_InitFlags : UInt32
{
IMG_INIT_JPG = SDL3_image.IMG_INIT_JPG,
IMG_INIT_PNG = SDL3_image.IMG_INIT_PNG,

View File

@ -7,7 +7,7 @@ namespace SDL
{
[Flags]
[Typedef]
public enum TTF_SubStringFlags : int
public enum TTF_SubStringFlags : UInt32
{
TTF_SUBSTRING_TEXT_START = SDL3_ttf.TTF_SUBSTRING_TEXT_START,
TTF_SUBSTRING_LINE_START = SDL3_ttf.TTF_SUBSTRING_LINE_START,