diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-04-01 00:37:15 +0300 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-04-01 00:37:15 +0300 |
| commit | c41ab84738ddfc71d6062e0d173afa33ac2c35a6 (patch) | |
| tree | fa3f377277a99877fda4415f30cbff56468031db /src/Utility/Utility.h | |
| parent | 335b6f46837f3496467da50de2d9bce0c5ef6a1a (diff) | |
| download | omnisearch-c41ab84738ddfc71d6062e0d173afa33ac2c35a6.tar.gz | |
feat: begin working on localisation
Diffstat (limited to 'src/Utility/Utility.h')
| -rw-r--r-- | src/Utility/Utility.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Utility/Utility.h b/src/Utility/Utility.h index e67282f..387aae0 100644 --- a/src/Utility/Utility.h +++ b/src/Utility/Utility.h @@ -1,7 +1,10 @@ #ifndef UTILITY_H #define UTILITY_H +#include <beaker.h> + int hex_to_int(char c); char *get_theme(const char *default_theme); +char *get_locale(const char *default_locale); #endif |
