mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
committed by
Misa Elizabeth Kai
parent
0e30087f3b
commit
0eaceed0a2
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user