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

@ -29,6 +29,7 @@
#define SDL_version_h_
#include <SDL3/SDL_stdinc.h>
#include <SDL3/SDL_error.h>
#include <SDL3/SDL_begin_code.h>
/* Set up for C function definitions, even when using C++ */