mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
11 lines
234 B
C
11 lines
234 B
C
#ifndef _UTILS_H_
|
|
#define _UTILS_H_
|
|
|
|
/* Function prototypes */
|
|
void create_default_directories(void);
|
|
char* get_save_directory(void);
|
|
char* gcw0_get_key_name(int keycode);
|
|
char *get_file_name(char *full_path);
|
|
#endif /* _UTILS_H_ */
|
|
|