- include namespace file in all sources as the very first include.

This commit is contained in:
Christoph Oelckers 2019-09-21 20:59:54 +02:00
parent 92fa2cc030
commit 30c47a8511
151 changed files with 336 additions and 731 deletions

View file

@ -1,6 +1,7 @@
//
// Common non-engine code/data for EDuke32 and Mapster32
//
#include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h"