- split the serializer in two to keep the Doom specific parts out of the main file.

This commit is contained in:
Christoph Oelckers 2020-04-11 19:27:11 +02:00
commit 7b292cca57
37 changed files with 1002 additions and 848 deletions

View file

@ -52,7 +52,7 @@
#include "menu/menu.h"
#include "teaminfo.h"
#include "r_data/sprites.h"
#include "serializer.h"
#include "serializer_doom.h"
#include "wi_stuff.h"
#include "a_dynlight.h"
#include "types.h"