]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/points.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / radiant / points.h
index bd970e6efbd3346c04dd0da90237d3d072079dcc..449af54fc84b46d72d790347cb532757b382be47 100644 (file)
 #define INCLUDED_POINTS_H
 
 void Pointfile_Clear();
-void Pointfile_Delete( void );
+
+void Pointfile_Delete(void);
 
 void Pointfile_Construct();
+
 void Pointfile_Destroy();
 
 class ISAXHandler;
-extern ISAXHandler& g_pointfile;
+
+extern ISAXHandler &g_pointfile;
 
 #endif