- split the TObjPtr serializers into a separate file to avoid polluting everything that needs to use the serializer.

To use these it is necessary to include dobject.h and all its dependencies, so this should not be done unless necessary.
This commit is contained in:
Christoph Oelckers 2020-04-11 19:26:28 +02:00
commit f74efcf721
18 changed files with 35 additions and 15 deletions

View file

@ -53,6 +53,7 @@
#include "r_utility.h"
#include "r_sky.h"
#include "serializer.h"
#include "serialize_obj.h"
#include "g_levellocals.h"
#include "events.h"
#include "p_destructible.h"