From 183ce0e86f7c7796568607b5239035406ea448d2 Mon Sep 17 00:00:00 2001 From: robojumper Date: Sat, 27 Sep 2025 15:47:58 +0200 Subject: d_lang OK --- include/d/d_lang.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 include/d/d_lang.h (limited to 'include') diff --git a/include/d/d_lang.h b/include/d/d_lang.h new file mode 100644 index 00000000..42514662 --- /dev/null +++ b/include/d/d_lang.h @@ -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 -- cgit v1.2.3