mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-05 08:39:05 +00:00
Add Arrows for Entry Selection stuff.
This commit is contained in:
@@ -46,6 +46,8 @@ namespace Gui
|
||||
|
||||
// Draw a Sprite from the sheet.
|
||||
void sprite(int key, int x, int y, float ScaleX = 1, float ScaleY = 1);
|
||||
|
||||
void DrawArrow(int x, int y, float rotation = 0);
|
||||
|
||||
// Misc.
|
||||
bool Draw_Rect(float x, float y, float w, float h, u32 color);
|
||||
|
||||
Reference in New Issue
Block a user