177:e79a60b3a7cb | 178:7c3ff86ee9d4 |
---|---|
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 |