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

9 lines
436 B
Modula-2
Raw Normal View History

2024-02-01 08:12:24 +00:00
size 0x8;
constructor () = 0x28204;
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;
2024-02-01 08:12:24 +00:00
method void drawString(Font *font, std::string *text, int x, int y, int color) = 0x28284;
method void fill(int x1, int y1, int x2, int y2, uint color) = 0x285f0;