comparison: src/text.c
src/text.c
- changeset 176
- cb2f60f48337
- parent 175
- e5544920377e
equal
deleted
inserted
replaced
123 asc_text_update(node); |
123 asc_text_update(node); |
124 |
124 |
125 return node; |
125 return node; |
126 } |
126 } |
127 |
127 |
|
128 // TODO: maybe we should prefer a clean signature and molest the caller with the cast |
128 void asc_text_printf( |
129 void asc_text_printf( |
129 AscSceneNode *node, |
130 AscSceneNode *node, |
130 const char *format, |
131 const char *format, |
131 ... |
132 ... |
132 ) { |
133 ) { |