]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/mru.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / radiant / mru.h
index 33627d801338cbc0e5c3b68aa2736a74340e15a6..64d2cd3868ef1c018e2048e74e7feb9fd63ac197 100644 (file)
 #if !defined( INCLUDED_MRU_H )
 #define INCLUDED_MRU_H
 
-void MRU_AddFile( const char *str );
+void MRU_AddFile(const char *str);
 
-void MRU_constructMenu( ui::Menu menu );
+void MRU_constructMenu(ui::Menu menu);
 
 void MRU_Construct();
+
 void MRU_Destroy();
 
 #endif