- Moved all virtual function related template code to its own file because it depends on includes that cannot be done in dobject.h.

This commit is contained in:
Christoph Oelckers 2016-11-12 00:33:40 +01:00
commit 696af7d7e5
9 changed files with 136 additions and 129 deletions

View file

@ -59,6 +59,7 @@
#include "p_blockmap.h"
#include "a_morph.h"
#include "p_spec.h"
#include "virtual.h"
static FRandom pr_skullpop ("SkullPop");