mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
9 lines
194 B
C
9 lines
194 B
C
#ifndef XBOX_ONE_SERIES_CONFIG_H
|
|
#define XBOX_ONE_SERIES_CONFIG_H
|
|
|
|
#include "dictionary.h"
|
|
|
|
void XBONE_SetupDefaultConfigOverrides(dictionary* p_dictionary);
|
|
|
|
#endif // XBOX_ONE_SERIES_CONFIG_H
|