GRAPHICS: Split conversion.cpp into multiple files

This commit is contained in:
Cameron Cawley 2022-12-21 20:38:43 +00:00 committed by Eugene Sandulenko
parent 12fbecac55
commit 7f2d9fd0fd
23 changed files with 589 additions and 528 deletions

View file

@ -31,7 +31,7 @@
#include "common/rect.h"
#include "common/textconsole.h"
#include "graphics/conversion.h"
#include "graphics/blit.h"
#ifdef USE_SCALERS
#include "graphics/scalerplugin.h"