minecraft-pi-reborn/symbols/src/GuiComponent.def

3 lines
236 B
Modula-2
Raw Normal View History

2024-01-06 11:30:23 +00:00
method void blit(int x_dest, int y_dest, int x_src, int y_src, int width_dest, int height_dest, int width_src, int height_src) = 0x282a4;
method void drawCenteredString(Font *font, std::string *text, int x, int y, int color) = 0x2821c;