diff options
Diffstat (limited to 'body/c_fl_box.h')
-rw-r--r-- | body/c_fl_box.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/body/c_fl_box.h b/body/c_fl_box.h index 5143c3f..f0f8352 100644 --- a/body/c_fl_box.h +++ b/body/c_fl_box.h @@ -8,6 +8,9 @@ #define FL_BOX_GUARD +extern "C" void fl_box_extra_init(void * adaobj, int x, int y, int w, int h, const char * label); + + typedef void* BOX; |