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

@@ -12,6 +12,9 @@
/* Defines some images for tests */
#ifndef testautomation_images_h_
#define testautomation_images_h_
/**
* Type for test images.
*/
@@ -32,3 +35,5 @@ extern SDL_Surface *SDLTest_ImagePrimitives(void);
extern SDL_Surface *SDLTest_ImageBlendingBackground(void);
extern SDL_Surface *SDLTest_ImageBlendingSprite(void);
extern SDL_Surface *SDLTest_ImageWrappingSprite(void);
#endif // testautomation_images_h_