mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
Todo: Fix: Misc crashes when interacting on island. Todo: Fix: Joystick pointer is slow to move. Todo: Fix: Touch doesn't behave.
9 lines
152 B
C
9 lines
152 B
C
#ifndef NX_CONFIG_H
|
|
#define NX_CONFIG_H
|
|
|
|
#include "dictionary.h"
|
|
|
|
void NX_SetupDefaultConfigOverrides(dictionary* p_dictionary);
|
|
|
|
#endif // NX_CONFIG_H
|