Completely remove Graphics::PrintWrap

All print calls are font:: ones now and all the old Graphics:: print
functions have been removed, the migration is complete!
This commit is contained in:
Dav999-v
2023-01-20 21:11:18 +01:00
committed by Misa Elizabeth Kai
parent 0e30087f3b
commit 0eaceed0a2
4 changed files with 177 additions and 197 deletions

View File

@@ -202,8 +202,6 @@ public:
void map_option(int opt, int num_opts, const std::string& text, bool selected = false);
int PrintWrap(int x, int y, const std::string& s, int r, int g, int b, bool cen = false, int linespacing = -1, int maxwidth = -1);
void drawspritesetcol(int x, int y, int t, int c);