integrate RMLUI library

This commit is contained in:
2026-01-03 12:17:19 +01:00
parent 784e054105
commit 1074a1e59a
90 changed files with 3939 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
#include <vector>
struct AAssetManager;
struct AAsset;
class AssetsManager
{
@@ -9,4 +10,5 @@ class AssetsManager
public:
static void Init(AAssetManager* asset_manager);
static std::vector<uint8_t> ReadAll(const std::string& filename);
static AAssetManager* Native();
};