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

@@ -45,9 +45,9 @@
#ifndef SDL_pen_h_
#define SDL_pen_h_
#include "SDL_error.h"
#include "SDL_guid.h"
#include "SDL_stdinc.h"
#include <SDL3/SDL_error.h>
#include <SDL3/SDL_guid.h>
#include <SDL3/SDL_stdinc.h>
/* Set up for C function definitions, even when using C++ */
#ifdef __cplusplus