Add missing include

This commit is contained in:
Susko3
2024-03-03 18:31:00 +01:00
committed by Sam Lantinga
parent eb5a2e7e7f
commit 86d36a2dc2

View File

@@ -28,6 +28,8 @@
#ifndef SDL_properties_h_
#define SDL_properties_h_
#include <SDL3/SDL_stdinc.h>
#include <SDL3/SDL_begin_code.h>
/* Set up for C function definitions, even when using C++ */
#ifdef __cplusplus