]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/textures.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / radiant / textures.h
index 3176ce6db44a3f5779752cf479ec6de55c14d7b5..35f22f38d783943d3b567f744f0c9a345d143cc8 100644 (file)
 #include "generic/callback.h"
 
 void Textures_Realise();
+
 void Textures_Unrealise();
+
 void Textures_sharedContextDestroyed();
 
-void Textures_setModeChangedNotify( const Callback<void()>& notify );
+void Textures_setModeChangedNotify(const Callback<void()> &notify);
 
 #endif