#ifndef _TITLE_H_ #define _TITLE_H_ #include #include "../config.h" const char *title_get_path(void); void title_init(void); bool is_vwii(void); #endif