Standardise header includes

Changes "SDL_*.h" and "SDL3/SDL_*.h" to <SDL3/SDL_*.h>
This commit is contained in:
Susko3
2024-03-19 21:33:07 +01:00
committed by Sam Lantinga
parent 2e45568338
commit b90fed094f
3 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
#ifndef SDL_camera_h_
#define SDL_camera_h_
#include "SDL3/SDL_video.h"
#include <SDL3/SDL_video.h>
#include <SDL3/SDL_begin_code.h>
/* Set up for C function definitions, even when using C++ */