mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Add missing header include guards.
This commit is contained in:
parent
ae6e1829dd
commit
8e8355c013
33 changed files with 167 additions and 2 deletions
|
|
@ -17,6 +17,9 @@
|
|||
|
||||
#include "base.h"
|
||||
|
||||
#ifndef INCLUDED_STEAM_SCREENSHOTS_H
|
||||
#define INCLUDED_STEAM_SCREENSHOTS_H
|
||||
|
||||
struct screenshot_infos_t
|
||||
{
|
||||
std::string screenshot_name;
|
||||
|
|
@ -73,3 +76,5 @@ public:
|
|||
// JPEG, TGA, and PNG formats are supported.
|
||||
ScreenshotHandle AddVRScreenshotToLibrary( EVRScreenshotType eType, const char *pchFilename, const char *pchVRFilename );
|
||||
};
|
||||
|
||||
#endif // INCLUDED_STEAM_SCREENSHOTS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue