]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/textures.h
do not remember game was switched when selected at startup, <3 @Garux
[xonotic/netradiant.git] / radiant / textures.h
index 297ebc998359841d6cd7a590f0c80d73c545d3cb..3176ce6db44a3f5779752cf479ec6de55c14d7b5 100644 (file)
 #if !defined ( INCLUDED_TEXTURES_H )
 #define INCLUDED_TEXTURES_H
 
-#include "generic/callbackfwd.h"
+#include "generic/callback.h"
 
 void Textures_Realise();
 void Textures_Unrealise();
 void Textures_sharedContextDestroyed();
 
-void Textures_setModeChangedNotify( const Callback& notify );
+void Textures_setModeChangedNotify( const Callback<void()>& notify );
 
 #endif