minecraft-pi-reborn/symbols/src/game/GameRenderer.def
Bigjango13 3ff24c2a92 Add chat history
- More symbols too
- Made CUSTOM_VTABLE not static, for modders
2024-03-08 18:03:19 -05:00

6 lines
199 B
Modula-2

method void tick(int tick, int max_ticks) = 0x495bc;
method void render(float param_1) = 0x4a338;
method void setupCamera(float param_1, int param_2) = 0x489f8;
property Minecraft *minecraft = 0x4;