]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/util-post.qh
Merge branch 'maint' (early part before Transifex)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util-post.qh
1 #ifndef UTIL_POST_H
2 #define UTIL_POST_H
3
4 #define spawn() new(entity)
5
6 #include "oo.qh"
7
8 #endif