ui/common/properties.h

branch
newapi
changeset 174
0358f1d9c506
parent 157
0b33b9396851
equal deleted inserted replaced
173:809581724cc7 174:0358f1d9c506
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

mercurial