steven
06-10-2008 05:03:51
Hey
In MyGUI.h could you change the line 58 from
to
This would unify the file
And make it more convenient to set the include paths for MyGUI.h.
Because as such I can't simply set in my project the include dir as "../../dependencies/include" and use #include "MyGUI/MyGUI.h"
Thanks,
Steven
In MyGUI.h could you change the line 58 from
#include <MyGUI_CastWidget.h>
to
#include "MyGUI_CastWidget.h"
This would unify the file

And make it more convenient to set the include paths for MyGUI.h.
Because as such I can't simply set in my project the include dir as "../../dependencies/include" and use #include "MyGUI/MyGUI.h"

Thanks,
Steven