diff options
Diffstat (limited to 'src/examples/elementary/button_cxx_example_01.cc')
-rw-r--r-- | src/examples/elementary/button_cxx_example_01.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/examples/elementary/button_cxx_example_01.cc b/src/examples/elementary/button_cxx_example_01.cc index 8b03647..c818897 100644 --- a/src/examples/elementary/button_cxx_example_01.cc +++ b/src/examples/elementary/button_cxx_example_01.cc | |||
@@ -1,6 +1,7 @@ | |||
1 | // g++ -g `pkg-config --cflags --libs elementary-cxx efl-cxx eina-cxx eo-cxx ecore-cxx evas-cxx edje-cxx` button_cxx_example_01.cc -o button_cxx_example_01 | 1 | // g++ -g `pkg-config --cflags --libs elementary-cxx efl-cxx eina-cxx eo-cxx ecore-cxx evas-cxx edje-cxx` button_cxx_example_01.cc -o button_cxx_example_01 |
2 | 2 | ||
3 | #define EFL_CXXPERIMENTAL | 3 | #define EFL_CXXPERIMENTAL |
4 | #include <Efl_Ui.h> | ||
4 | #include <Elementary.hh> | 5 | #include <Elementary.hh> |
5 | 6 | ||
6 | using efl::eo::instantiate; | 7 | using efl::eo::instantiate; |