diff options
author | Jed Barber <jjbarber@y7mail.com> | 2016-07-19 22:40:37 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2016-07-19 22:40:37 +1000 |
commit | ab25b51036a810c326b51a230700971c0f431f74 (patch) | |
tree | 15022810b1045502d66b1aaebe7911b4968a907a /c_fl_menu.cpp | |
parent | 6aa9475d598065081866913bb86a049a6d2d0c1a (diff) |
Starting to sketch the outline of menu widgets and callbacks
Diffstat (limited to 'c_fl_menu.cpp')
-rw-r--r-- | c_fl_menu.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/c_fl_menu.cpp b/c_fl_menu.cpp new file mode 100644 index 0000000..457d4f1 --- /dev/null +++ b/c_fl_menu.cpp @@ -0,0 +1,8 @@ + + +#include <FL/Fl_Menu_.H> +#include "c_fl_menu.h" + + +// wheeee, placeholders + |