diff options
Diffstat (limited to 'body/c_fl_screen.h')
-rw-r--r-- | body/c_fl_screen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/body/c_fl_screen.h b/body/c_fl_screen.h index 9b4d4ec..8fff58d 100644 --- a/body/c_fl_screen.h +++ b/body/c_fl_screen.h @@ -8,6 +8,9 @@ #define FL_SCREEN_GUARD +extern "C" void fl_screen_display(const char * v); + + extern "C" int fl_screen_x(); extern "C" int fl_screen_y(); extern "C" int fl_screen_w(); |