]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/preferencesystem.h
refactored plugin api; refactored callback library; added signals library
[xonotic/netradiant.git] / include / preferencesystem.h
index f1891ae3f21cf4427d67fd91c13766a3b53fc944..f5ebae1dda5fc04094fec239604a7321be49c53a 100644 (file)
@@ -23,9 +23,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #define INCLUDED_PREFERENCESYSTEM_H
 
 #include "generic/constant.h"
+#include "generic/callbackfwd.h"
 
-template<typename FirstArgument>
-class Callback1;
 typedef Callback1<const char*> StringImportCallback;
 typedef Callback1<const StringImportCallback&> StringExportCallback;