#include <MyGUI_CastWidget.h>

steven

06-10-2008 05:03:51

Hey

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" :D

Thanks,
Steven

Altren

06-10-2008 06:12:03

Sorry, fixed.

my.name

06-10-2008 10:52:44

:oops: