]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/selection.h
do not remember game was switched when selected at startup, <3 @Garux
[xonotic/netradiant.git] / radiant / selection.h
index 1082c002d5f2ac6962db55ff06c8dee6a8f867a6..99846fed6a61bda0686667f3cfc2f5f8bbd75445 100644 (file)
@@ -23,7 +23,7 @@
 #define INCLUDED_SELECTION_H
 
 #include "windowobserver.h"
-#include "generic/callbackfwd.h"
+#include "generic/callback.h"
 
 struct rect_t
 {
@@ -31,7 +31,7 @@ struct rect_t
        float max[2];
 };
 
-typedef Callback1<rect_t> RectangleCallback;
+typedef Callback<void(rect_t)> RectangleCallback;
 
 class View;