Add missing header include guards.

This commit is contained in:
redpolline 2024-06-07 05:32:35 -04:00
parent ae6e1829dd
commit 8e8355c013
33 changed files with 167 additions and 2 deletions

View file

@ -16,6 +16,10 @@
<http://www.gnu.org/licenses/>. */
#include "base.h"
#ifndef INCLUDED_STEAM_CONTROLLER_H
#define INCLUDED_STEAM_CONTROLLER_H
#ifndef CONTROLLER_SUPPORT
inline void GamepadInit(void) {}
inline void GamepadShutdown(void) {}
@ -1224,3 +1228,5 @@ void RunCallbacks()
}
};
#endif // INCLUDED_STEAM_CONTROLLER_H