🩹 fix: use isle style include guard

This commit is contained in:
Helloyunho 2025-07-06 14:36:04 +09:00
parent ad77420419
commit e87217b602

View File

@ -1,5 +1,8 @@
#pragma once #ifndef XBOX_ONE_SERIES_CONFIG_H
#define XBOX_ONE_SERIES_CONFIG_H
#include "dictionary.h" #include "dictionary.h"
void XBONE_SetupDefaultConfigOverrides(dictionary* p_dictionary); void XBONE_SetupDefaultConfigOverrides(dictionary* p_dictionary);
#endif // XBOX_ONE_SERIES_CONFIG_H