00001 #ifndef OglGui_OglLib_c 00002 #define OglGui_OglLib_c 00003 00004 #include "OglGui/LayoutComponent.cpp" 00005 #include "OglGui/Sys.cpp" 00006 #include "OglGui/OglWindow.cpp" 00007 #include "OglGui/Window.cpp" 00008 #include "OglGui/View.cpp" 00009 00010 /* 00011 MvL: 00012 The definitions from file linklist.h (in the OGL sources) should not affect our client programs. 00013 Placing the undefs here presented some problems with the OglGui code. 00014 I guess this is not yet the complete solution. Maybe renaming the defines so they are unlikely 00015 to be used by users of OGL is the solution. Making them all upper case is a good start. 00016 00017 so in short: under construction... 00018 */ 00019 //#include "Link/OGL/UndefLinkListMacros.h" 00020 #endif