mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 04:21:15 +00:00
🩹 fix: use isle style include guard
This commit is contained in:
parent
ad77420419
commit
e87217b602
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user