hbc/channel/channelapp/source/title.h

13 lines
168 B
C
Raw Normal View History

2016-11-23 06:35:12 +01:00
#ifndef _TITLE_H_
#define _TITLE_H_
#include <gctypes.h>
#include "../config.h"
const char *title_get_path(void);
void title_init(void);
bool is_vwii(void);
#endif