]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/mediasource/extra/netradiant-src/contrib/brushexport/export.h
Move the netradiant and fteqcc sources
[voretournament/voretournament.git] / misc / mediasource / extra / netradiant-src / contrib / brushexport / export.h
diff --git a/misc/mediasource/extra/netradiant-src/contrib/brushexport/export.h b/misc/mediasource/extra/netradiant-src/contrib/brushexport/export.h
deleted file mode 100644 (file)
index 3482bbe..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef EXPORT_H
-#define EXPORT_H
-#include <set>
-#include <string>
-
-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);
-
-#endif