X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=contrib%2Fbobtoolz%2Ffunchandlers.h;h=124f47258c7a2ca74574263f9667ed91fea8d16b;hb=8705acc09238c97ba0e79094621f0d6c859a7eb1;hp=6062ea6e453328557984b6b154b5aa96770246b6;hpb=1b43d194324664a27b2639b326ae55ec996a4c01;p=xonotic%2Fnetradiant.git diff --git a/contrib/bobtoolz/funchandlers.h b/contrib/bobtoolz/funchandlers.h index 6062ea6e..124f4725 100644 --- a/contrib/bobtoolz/funchandlers.h +++ b/contrib/bobtoolz/funchandlers.h @@ -17,6 +17,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "uilib/uilib.h" + class DBobView; class DVisDrawer; class DTrainDrawer; @@ -54,10 +56,10 @@ void DoIntersect(); void DoPolygonsTB(); void DoPolygons(); void DoFixBrushes(); -void DoResetTextures(); +void DoResetTextures( ui::Window main_window ); void DoBuildStairs(); void DoBuildDoors(); -void DoPathPlotter(); +void DoPathPlotter( ui::Window main_window ); void DoPitBuilder(); void DoCTFColourChanger(); void DoMergePatches();