7 lines
343 B
Modula-2
Raw Normal View History

2024-01-06 06:30:23 -05:00
vtable 0x1020d8;
2024-07-15 03:05:05 -04:00
virtual-method void saveScreenshot(const std::string &path, int width, int height) = 0x8;
virtual-method AppPlatform_readAssetFile_return_value readAssetFile(const std::string &path) = 0x34;
virtual-method Texture loadTexture(const std::string &path, bool b) = 0xc;
2024-02-11 20:35:41 -05:00
virtual-method std::string getDateString(int time) = 0x24;