X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=contrib%2Fbrushexport%2Fexport.h;h=40fa7c446464214ebb6419168da0f597ab6f9fe1;hb=e4287c28bb2dafedc81c66e63951d947cfbeb225;hp=3482bbedd849915183e2139b224c64f0894571ec;hpb=203343b01a7ad87cb3d136689c9936ff5bc23c01;p=xonotic%2Fnetradiant.git diff --git a/contrib/brushexport/export.h b/contrib/brushexport/export.h index 3482bbed..40fa7c44 100644 --- a/contrib/brushexport/export.h +++ b/contrib/brushexport/export.h @@ -10,6 +10,6 @@ enum collapsemode COLLAPSE_NONE }; -bool ExportSelection(const std::set& ignorelist, collapsemode m, bool exmat, const std::string& path, bool limitMatNames, bool objects); +bool ExportSelection( const std::set& ignorelist, collapsemode m, bool exmat, const std::string& path, bool limitMatNames, bool objects ); -#endif +#endif