Initial commit
This commit is contained in:
12
channel/channelapp/source/title.h
Normal file
12
channel/channelapp/source/title.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user