mirror of
https://github.com/AuroraWright/SafeA9LHInstaller.git
synced 2025-06-25 21:22:45 +00:00
10 lines
241 B
C
10 lines
241 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
#define SPACING_VERT 10
|
|
#define SPACING_HORIZ 8
|
|
|
|
void clearScreens();
|
|
void drawCharacter(char character, int pos_x, int pos_y, u32 color);
|
|
int drawString(const char *string, int pos_x, int pos_y, u32 color); |