- moved model code to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-27 20:50:46 +02:00
commit 3ee1aa76c3
36 changed files with 52 additions and 48 deletions

View file

@ -31,7 +31,7 @@
#include "c_dispatch.h"
#include "v_text.h"
#include "r_data/sprites.h"
#include "r_data/voxels.h"
#include "voxels.h"
#include "vm.h"
#include "texturemanager.h"