feat: Languages

This commit is contained in:
2024-01-28 00:13:35 +03:00
parent 289d977ea8
commit 1a6f5303cf
5 changed files with 54 additions and 2 deletions

View File

@@ -36,6 +36,10 @@ extern "C" {
#[link_name = "_get_button_id"]
pub fn get_button_id() -> u32;
// 26.5
#[link_name = "_get_lang"]
pub fn get_lang() -> u32;
// 63.1
#[link_name = "_debug_write"]
pub fn _debug_write(cl: u8);