diff options
Diffstat (limited to 'src/c_fl_input.h')
-rw-r--r-- | src/c_fl_input.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/c_fl_input.h b/src/c_fl_input.h index cb40d42..2262a2f 100644 --- a/src/c_fl_input.h +++ b/src/c_fl_input.h @@ -7,6 +7,9 @@ typedef void* INPUT; +extern "C" void input_set_draw_hook(INPUT n, void * d); +extern "C" void fl_input_draw(INPUT n); + extern "C" INPUT new_fl_input(int x, int y, int w, int h, char* label); extern "C" void free_fl_input(INPUT i); |