Move text rendering to Common.

This commit is contained in:
Henrik Rydgård 2020-10-05 00:05:28 +02:00
parent 0e3a84b4a8
commit 8761bf2bc9
26 changed files with 130 additions and 112 deletions

View file

@ -21,7 +21,7 @@
#include "Common/Render/TextureAtlas.h"
#include "Common/GPU/OpenGL/GLFeatures.h"
#include "gfx_es2/draw_text.h"
#include "Common/Render/Text/draw_text.h"
#include "Common/UI/Root.h"
#include "Common/UI/UI.h"