mirror of
https://github.com/simple64/simple64.git
synced 2026-07-11 01:24:00 +02:00
10 lines
183 B
C
10 lines
183 B
C
#ifndef FUNCS_H
|
|
#define FUNCS_H
|
|
|
|
#include "m64p_config.h"
|
|
|
|
extern ptr_ConfigGetUserConfigPath ConfigGetUserConfigPath;
|
|
extern ptr_ConfigGetUserDataPath ConfigGetUserDataPath;
|
|
|
|
#endif
|