summaryrefslogtreecommitdiff
path: root/body/c_fl_screen.h
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-02-10 22:50:09 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-02-10 22:50:09 +1300
commit446989277ad276e9820e54ea1fb4ed550b93e998 (patch)
treea37115bfb16f215f93a46bd32829c3306e938cf3 /body/c_fl_screen.h
parent11d2b6c11604a1e355e3f9b40762f59b4d434e07 (diff)
Filled holes in Enumerations and FLTK (Screen) APIs
Diffstat (limited to 'body/c_fl_screen.h')
-rw-r--r--body/c_fl_screen.h3
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();