wiiload_plugin/src/config.h

6 lines
134 B
C
Raw Normal View History

#pragma once
#define WIILOAD_ENABLED_STRING "enabled"
#define DEFAULT_WIILOAD_ENABLED_VALUE true
void InitConfigAndStorage();