include files with required types directly

This commit is contained in:
Maia
2024-09-07 17:20:59 +02:00
committed by Sam Lantinga
parent e9c7b36fbd
commit fa892d15b7
9 changed files with 24 additions and 4 deletions

View File

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