menu_hash_to_str_us - cleanups

This commit is contained in:
twinaphex 2015-06-24 12:34:18 +02:00
parent 08dfb8f374
commit 6ef6823081
2 changed files with 2 additions and 1095 deletions

File diff suppressed because it is too large Load Diff

View File

@ -815,6 +815,8 @@ const char *menu_hash_to_str_nl(uint32_t hash);
const char *menu_hash_to_str_pt(uint32_t hash);
const char *menu_hash_to_str_us(uint32_t hash);
const char *menu_hash_to_str(uint32_t hash);
uint32_t menu_hash_calculate(const char *s);