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
include/SDL3

View file

@ -33,7 +33,11 @@
#ifndef SDL_camera_h_
#define SDL_camera_h_
#include <SDL3/SDL_stdinc.h>
#include <SDL3/SDL_error.h>
#include <SDL3/SDL_pixels.h>
#include <SDL3/SDL_properties.h>
#include <SDL3/SDL_surface.h>
#include <SDL3/SDL_video.h>
#include <SDL3/SDL_begin_code.h>