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