]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/entitylist.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / radiant / entitylist.h
index 4830bb8d00b8b36525f9aea76c11fdbb8cb1394c..38ee58770585a5b8ffc67fb64834a87d39146370 100644 (file)
 #define INCLUDED_ENTITYLIST_H
 
 void EntityList_Construct();
+
 void EntityList_Destroy();
 
-void EntityList_constructWindow( ui::Window main_window );
+void EntityList_constructWindow(ui::Window main_window);
+
 void EntityList_destroyWindow();
+
 void EntityList_toggleShown();
 
 #endif