Add a few include guards to private headers

This commit is contained in:
Anonymous Maarten
2025-08-01 02:00:08 +02:00
parent 06cafa3040
commit 7b501ae71f
5 changed files with 25 additions and 0 deletions

View File

@@ -14,6 +14,9 @@
integration with native windows
*/
#ifndef testnative_h_
#define testnative_h_
#include <SDL3/SDL.h>
#include "SDL_build_config.h"
@@ -44,3 +47,5 @@ extern NativeWindowFactory X11WindowFactory;
#define TEST_NATIVE_COCOA
extern NativeWindowFactory CocoaWindowFactory;
#endif
#endif // testnative_h_