mirror of
https://github.com/zeldaret/ss
synced 2026-07-09 22:21:32 -04:00
d_lang OK
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#ifndef D_LANG_H
|
||||
#define D_LANG_H
|
||||
|
||||
#include "rvl/SC.h"
|
||||
|
||||
// all of this is made up
|
||||
|
||||
enum dLang_e {
|
||||
D_LANG_JP = SC_LANG_JP,
|
||||
D_LANG_EN = SC_LANG_EN,
|
||||
D_LANG_FR = SC_LANG_FR,
|
||||
D_LANG_ES = SC_LANG_SP,
|
||||
};
|
||||
|
||||
// Yes there are three...
|
||||
|
||||
u8 getCurrentLanguage1();
|
||||
u8 getCurrentLanguage2();
|
||||
u8 getCurrentLanguage();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user