Some changes, see description for more.

- [GUI]: Add `std::string Gui::WrapText(...);`

- [GUI]: Some cleanup i guess.

- Remove HID part, cause it wasn't used anyways.
This commit is contained in:
StackZ
2020-10-19 11:12:20 +02:00
parent d47ce8842b
commit 30b04fa488
5 changed files with 508 additions and 391 deletions
+1 -3
View File
@@ -30,9 +30,7 @@
#include "gui.hpp"
#include "structs.hpp"
extern C3D_RenderTarget* Top;
extern C3D_RenderTarget* TopRight;
extern C3D_RenderTarget* Bottom;
extern C3D_RenderTarget *Top, *TopRight, *Bottom;
extern bool fadeout, fadein, fadeout2, fadein2;
extern int fadealpha, fadecolor;