summaryrefslogtreecommitdiff
path: root/src/fltk_binding/c_fl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk_binding/c_fl.cpp')
-rw-r--r--src/fltk_binding/c_fl.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/fltk_binding/c_fl.cpp b/src/fltk_binding/c_fl.cpp
new file mode 100644
index 0000000..b628c41
--- /dev/null
+++ b/src/fltk_binding/c_fl.cpp
@@ -0,0 +1,10 @@
+
+
+#include <FL/Fl.H>
+#include "c_fl.h"
+
+
+int fl_run(void) {
+ return Fl::run();
+}
+