ui/common/properties.h

changeset 146
dd0ae1c62a72
parent 140
c03c338a7dcf
child 157
0b33b9396851
equal deleted inserted replaced
145:853685152c1d 146:dd0ae1c62a72
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 void uic_store_app_properties();
48 48
49 int uic_load_language_file(char *path); 49 int uic_load_language_file(const char *path);
50 char* uic_get_image_path(char *imgfilename); 50 char* uic_get_image_path(const char *imgfilename);
51 51
52 #ifdef __cplusplus 52 #ifdef __cplusplus
53 } 53 }
54 #endif 54 #endif
55 55

mercurial