mirror of
https://github.com/DarkStore-3DS/Universal-Core.git
synced 2026-07-04 16:59:04 +00:00
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:
+1
-3
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user