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

3 lines
307 B
Modula-2

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;
method void fill(int x1, int y1, int x2, int y2, uint color) = 0x285f0;