summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index b005e2b..8acf3ba 100644
--- a/src/common.h
+++ b/src/common.h
@@ -132,5 +132,6 @@ void map_init(map_t *map);
void map_free(map_t *map);
int map_read(map_t *map, const char *path);
int map_write(const map_t *map, const char *path);
+int map_postprocess(map_t *map, bool filter_team_ents);
int map_merge(map_t *master, map_t *slave);
void map_print_stats(const char *path, const map_t *map);