X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=radiant%2Ftextures.h;h=3176ce6db44a3f5779752cf479ec6de55c14d7b5;hb=4d38a666f972e7cbc2156865a2c99ecf2192c467;hp=297ebc998359841d6cd7a590f0c80d73c545d3cb;hpb=3c73487420fde8d4a3b5360d8b99e48132517900;p=xonotic%2Fnetradiant.git diff --git a/radiant/textures.h b/radiant/textures.h index 297ebc99..3176ce6d 100644 --- a/radiant/textures.h +++ b/radiant/textures.h @@ -22,12 +22,12 @@ #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& notify ); #endif