]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/textures.h
- Fix for bug 1106 - .wad files don't get listed in the textures menu (Shaderman)
[xonotic/netradiant.git] / radiant / textures.h
index 02b45621223c37f5bc400f86ca3a6db4a9b1124d..0a570b7d3c3e79624d29d828e29ad01fbdea2a35 100644 (file)
@@ -22,11 +22,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #if !defined (INCLUDED_TEXTURES_H)
 #define INCLUDED_TEXTURES_H
 
+#include "generic/callbackfwd.h"
+
 void Textures_Realise();
 void Textures_Unrealise();
 void Textures_sharedContextDestroyed();
 
-class Callback;
 void Textures_setModeChangedNotify(const Callback& notify);
 
 #endif