- moved v_text.cpp to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-11 19:39:45 +02:00
commit 3bf7686cfb
4 changed files with 3 additions and 4 deletions

View file

@ -27,7 +27,7 @@
#include "actor.h"
#include "i_time.h"
#include "g_game.h"
#include "gamedata/fonts/v_text.h"
#include "v_text.h"
#include "rendering/i_video.h"