]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/selectable.h
refactored plugin api; refactored callback library; added signals library
[xonotic/netradiant.git] / include / selectable.h
index f6da5cc54c7a6cc7e100f4d48ada8c4df031e1cb..774f4e0b46df59f9e92bbf4a35af969fb118158f 100644 (file)
@@ -26,6 +26,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #include "math/vector.h"
 #include "scenelib.h"
+#include "generic/callbackfwd.h"
 
 class SelectionIntersection
 {
@@ -281,8 +282,6 @@ inline SelectionTestable* Instance_getSelectionTestable(scene::Instance& instanc
 }
 
 
-template<typename FirstArgument>
-class Callback1;
 class Plane3;
 typedef Callback1<const Plane3&> PlaneCallback;