summaryrefslogtreecommitdiff
path: root/c_fl_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'c_fl_input.h')
-rw-r--r--c_fl_input.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/c_fl_input.h b/c_fl_input.h
deleted file mode 100644
index cb40d42..0000000
--- a/c_fl_input.h
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-#ifndef FL_INPUT_GUARD
-#define FL_INPUT_GUARD
-
-
-typedef void* INPUT;
-
-
-extern "C" INPUT new_fl_input(int x, int y, int w, int h, char* label);
-extern "C" void free_fl_input(INPUT i);
-
-
-extern "C" const char * fl_input_get_value(INPUT i);
-
-
-#endif
-