mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
9 lines
138 B
C
9 lines
138 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#include "../main/winlnxdefs.h"
|
|
|
|
void Config_LoadConfig();
|
|
void Config_DoConfig(HWND hParent);
|
|
#endif
|
|
|