- moved more code to 'common'.

This is all low level utilities with no dependencies on game logic. Having this in a separate directory makes sharing with Raze a lot easier.
This commit is contained in:
Christoph Oelckers 2020-04-11 12:56:55 +02:00
commit 6996d54a23
90 changed files with 224 additions and 327 deletions

View file

@ -40,7 +40,7 @@
#include "g_game.h"
#include "d_netinf.h"
#include "sc_man.h"
#include "doomerrors.h"
#include "engineerrors.h"
#include "w_wad.h"
#include "serializer.h"
#include "d_player.h"