]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/brushexport/export.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / contrib / brushexport / export.h
index e0623dccba30058c0c2848b95567a602cf29de2f..40fa7c446464214ebb6419168da0f597ab6f9fe1 100644 (file)
@@ -1,16 +1,15 @@
 #ifndef EXPORT_H
 #define EXPORT_H
-
 #include <set>
 #include <string>
 
-enum collapsemode {
-    COLLAPSE_ALL,
-    COLLAPSE_BY_MATERIAL,
-    COLLAPSE_NONE
+enum collapsemode
+{
+       COLLAPSE_ALL,
+       COLLAPSE_BY_MATERIAL,
+       COLLAPSE_NONE
 };
 
-bool ExportSelection(const std::set<std::string> &ignorelist, collapsemode m, bool exmat, const std::string &path,
-                     bool limitMatNames, bool objects);
+bool ExportSelection( const std::set<std::string>& ignorelist, collapsemode m, bool exmat, const std::string& path, bool limitMatNames, bool objects );
 
 #endif