93:5ee236155955 | 94:7fdf1489b82f |
---|---|
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 |