mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-04 21:14:43 +00:00
Add a few include guards to private headers
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user