minecraft-pi-reborn/symbols/src/app-platform/AppPlatform.def

6 lines
266 B
Modula-2
Raw Normal View History

2024-01-06 11:30:23 +00:00
vtable 0x1020d8;
virtual-method void saveScreenshot(std::string *path, int width, int height) = 0x8;
virtual-method AppPlatform_readAssetFile_return_value readAssetFile(std::string *path) = 0x34;
virtual-method Texture loadTexture(std::string *path, bool b) = 0xc;