]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/textures.h
no
[xonotic/netradiant.git] / radiant / textures.h
index 35f22f38d783943d3b567f744f0c9a345d143cc8..af3008189dc0a25c9f972399c3723eaf44cb795f 100644 (file)
 #include "generic/callback.h"
 
 void Textures_Realise();
-
+void Textures_TriggerRealise();
+bool Textures_TriggeredRealise();
 void Textures_Unrealise();
-
 void Textures_sharedContextDestroyed();
 
-void Textures_setModeChangedNotify(const Callback<void()> &notify);
+void Textures_setModeChangedNotify( const Callback<void()>& notify );
 
 #endif