mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-13 03:01:16 +00:00
9 lines
160 B
C
9 lines
160 B
C
#ifndef WIIU_CONFIG_H
|
|
#define WIIU_CONFIG_H
|
|
|
|
#include "dictionary.h"
|
|
|
|
void WIIU_SetupDefaultConfigOverrides(dictionary* p_dictionary);
|
|
|
|
#endif // WIIU_CONFIG_H
|