mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
9 lines
184 B
C
9 lines
184 B
C
#ifndef EMSCRIPTEN_CONFIG_H
|
|
#define EMSCRIPTEN_CONFIG_H
|
|
|
|
#include "dictionary.h"
|
|
|
|
void Emscripten_SetupDefaultConfigOverrides(dictionary* p_dictionary);
|
|
|
|
#endif // EMSCRIPTEN_CONFIG_H
|