]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/entityinspector.h
radiant/buildmenu: better executable extension strip, ref #138
[xonotic/netradiant.git] / radiant / entityinspector.h
index 4b200a8506d943a6b80ac1e1ee7633bd032c27a6..e0d359ec57d984082375a3b8af259424b59d73fe 100644 (file)
 #if !defined( INCLUDED_ENTITYINSPECTOR_H )
 #define INCLUDED_ENTITYINSPECTOR_H
 
-ui::Widget EntityInspector_constructWindow(ui::Window parent);
-
+ui::Widget EntityInspector_constructWindow( ui::Window parent );
 void EntityInspector_construct();
-
 void EntityInspector_destroy();
-
 const char *EntityInspector_getCurrentKey();
 
 #endif