integrate RMLUI library
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user