X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=plugins%2Fmapxml%2Fxmlwrite.h;h=fb6c91dbf82494f011687946e8fdd2c6097ea583;hp=a1a3e6645f8c0f5d01be05c166b2a771efd48862;hb=cd6613e5171544b68d4ae70546c90a15c99b22a5;hpb=cd7ff1a1798cfae5d14811a310f56d2f1908490b diff --git a/plugins/mapxml/xmlwrite.h b/plugins/mapxml/xmlwrite.h index a1a3e664..fb6c91db 100644 --- a/plugins/mapxml/xmlwrite.h +++ b/plugins/mapxml/xmlwrite.h @@ -24,6 +24,6 @@ #include "imap.h" -void Map_Write(scene::Node &root, GraphTraversalFunc traverse, TextOutputStream &out); +void Map_Write( scene::Node& root, GraphTraversalFunc traverse, TextOutputStream& out ); #endif