🚚 Apply namespace

This commit is contained in:
Anders Jenbo 2021-04-06 13:08:44 +02:00
commit 630e507f63
139 changed files with 276 additions and 279 deletions

View file

@ -5,7 +5,7 @@
*/
#include "all.h"
DEVILUTION_BEGIN_NAMESPACE
namespace dvl {
// BUGFIX: constant data should be const
BYTE SkelKingTrans1[] = {
@ -199,4 +199,4 @@ void LoadSetMap()
}
}
DEVILUTION_END_NAMESPACE
}