- 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

@ -72,6 +72,7 @@
#include "serializer.h"
#include "r_utility.h"
#include "thingdef.h"
#include "virtual.h"
// MACROS ------------------------------------------------------------------