mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 15:39:10 +00:00
include files with required types directly
This commit is contained in:
parent
e9c7b36fbd
commit
fa892d15b7
9 changed files with 24 additions and 4 deletions
include/SDL3
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue