mirror of
https://github.com/extremscorner/not64.git
synced 2025-04-02 10:52:37 -04:00
15 lines
260 B
C
15 lines
260 B
C
/**
|
|
* glN64_GX - Config.h
|
|
* Copyright (C) 2003 Orkin
|
|
*
|
|
* glN64 homepage: http://gln64.emulation64.com
|
|
* Wii64 homepage: http://www.emulatemii.com
|
|
*
|
|
**/
|
|
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
void Config_LoadConfig();
|
|
void Config_DoConfig();
|
|
#endif
|
|
|