mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-14 19:41:15 +00:00
8 lines
166 B
C
8 lines
166 B
C
#ifndef WIIU_CONFIG_H
|
|
#define WIIU_CONFIG_H
|
|
|
|
#include "dictionary.h"
|
|
|
|
void WIIU_SetupDefaultConfigOverrides(dictionary* p_dictionary);
|
|
|
|
#endif // WIIU_CONFIG_H
|