- 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:
parent
f02c5c0a56
commit
f74efcf721
18 changed files with 35 additions and 15 deletions
|
|
@ -29,6 +29,7 @@
|
|||
#include "actor.h"
|
||||
#include "a_sharedglobal.h"
|
||||
#include "serializer.h"
|
||||
#include "serialize_obj.h"
|
||||
#include "d_player.h"
|
||||
#include "r_utility.h"
|
||||
#include "g_levellocals.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue