X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=include%2Fselectable.h;h=cb6f04c4522c254384e1c63ab4b4f88bdbab3935;hb=c47f9a96ca72b3dc5ffeb1a196e0917a88f27885;hp=2b8eab073c24de63358749f01081885c7e7efbe1;hpb=e4287c28bb2dafedc81c66e63951d947cfbeb225;p=xonotic%2Fnetradiant.git diff --git a/include/selectable.h b/include/selectable.h index 2b8eab07..cb6f04c4 100644 --- a/include/selectable.h +++ b/include/selectable.h @@ -26,7 +26,7 @@ #include "generic/vector.h" #include "scenelib.h" -#include "generic/callbackfwd.h" +#include "generic/callback.h" class SelectionIntersection { @@ -250,7 +250,7 @@ inline SelectionTestable* Instance_getSelectionTestable( scene::Instance& instan class Plane3; -typedef Callback1 PlaneCallback; +typedef Callback PlaneCallback; class SelectedPlanes {