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
|
|
@ -19,6 +19,9 @@
|
|||
#include "local_storage.h"
|
||||
#include "../overlay_experimental/steam_overlay.h"
|
||||
|
||||
#ifndef INCLUDED_STEAM_UTILS_H
|
||||
#define INCLUDED_STEAM_UTILS_H
|
||||
|
||||
static std::chrono::time_point<std::chrono::steady_clock> app_initialized_time = std::chrono::steady_clock::now();
|
||||
|
||||
|
||||
|
|
@ -442,3 +445,5 @@ bool DismissFloatingGamepadTextInput()
|
|||
}
|
||||
|
||||
};
|
||||
|
||||
#endif // INCLUDED_STEAM_UTILS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue