- moved global include out of namespace.

This commit is contained in:
Christoph Oelckers 2020-07-31 21:04:28 +02:00
parent 713c41c0a9
commit 5bae2fcef5

View file

@ -29,6 +29,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "misc.h"
#include "network.h"
#include "printf.h"
#include "v_text.h"
BEGIN_BLD_NS
@ -466,7 +467,6 @@ kAiStateAttack = 6,
// -------------------------------
// NUKE-TODO:
#include "v_text.h"