Including SD_error.h into headers with error-returning functions

This commit is contained in:
Petar Popovic 2024-04-04 18:38:21 +02:00 committed by Sam Lantinga
parent ff651a7941
commit 3f8dba3713
20 changed files with 20 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#define SDL_messagebox_h_
#include <SDL3/SDL_stdinc.h>
#include <SDL3/SDL_error.h>
#include <SDL3/SDL_video.h> /* For SDL_Window */
#include <SDL3/SDL_begin_code.h>