comparison: ui/server/widget.h
ui/server/widget.h
- changeset 991
- ab3125bd8b5f
- parent 981
- 1d47e71f26b6
equal
deleted
inserted
replaced
| 29 #ifndef WIDGET_H |
29 #ifndef WIDGET_H |
| 30 #define WIDGET_H |
30 #define WIDGET_H |
| 31 |
31 |
| 32 #include "../ui/widget.h" |
32 #include "../ui/widget.h" |
| 33 |
33 |
| |
34 #include <cx/buffer.h> |
| |
35 |
| 34 #ifdef __cplusplus |
36 #ifdef __cplusplus |
| 35 extern "C" { |
37 extern "C" { |
| 36 #endif |
38 #endif |
| 37 |
39 |
| 38 |
40 void ui_serialize_type_obj_id(UiWidget *w, CxBuffer *buf); |
| 39 |
41 |
| 40 |
42 |
| 41 #ifdef __cplusplus |
43 #ifdef __cplusplus |
| 42 } |
44 } |
| 43 #endif |
45 #endif |