mirror of
https://github.com/FIX94/hbc.git
synced 2024-11-02 00:55:08 +01:00
13 lines
168 B
C
13 lines
168 B
C
|
#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
|
||
|
|