169:fe49cff3c571 | 431:bb7da585debc |
---|---|
28 | 28 |
29 #ifndef UIC_PROPERTIES_H | 29 #ifndef UIC_PROPERTIES_H |
30 #define UIC_PROPERTIES_H | 30 #define UIC_PROPERTIES_H |
31 | 31 |
32 #include "../ui/properties.h" | 32 #include "../ui/properties.h" |
33 #include <ucx/map.h> | 33 #include <cx/hash_map.h> |
34 #include <ucx/list.h> | 34 #include <cx/linked_list.h> |
35 | 35 |
36 #ifdef __cplusplus | 36 #ifdef __cplusplus |
37 extern "C" { | 37 extern "C" { |
38 #endif | 38 #endif |
39 | 39 |
42 #else | 42 #else |
43 #define UI_HOME "HOME" | 43 #define UI_HOME "HOME" |
44 #endif | 44 #endif |
45 | 45 |
46 void uic_load_app_properties(); | 46 void uic_load_app_properties(); |
47 void uic_store_app_properties(); | 47 int uic_store_app_properties(); |
48 | 48 |
49 int uic_load_language_file(const char *path); | 49 int uic_load_language_file(const char *path); |
50 char* uic_get_image_path(const char *imgfilename); | 50 char* uic_get_image_path(const char *imgfilename); |
51 | 51 |
52 #ifdef __cplusplus | 52 #ifdef __cplusplus |