1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: add pure -os android checks (#14837)

This commit is contained in:
Larpon
2022-06-23 10:22:55 +02:00
committed by GitHub
parent e9a8f5fcc7
commit 298dc77c38
3 changed files with 94 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
module os
#include <asset_manager.h>
#include <asset_manager_jni.h>
pub enum AssetMode {
buffer = C.AASSET_MODE_BUFFER // Caller plans to ask for a read-only buffer with all data.
random = C.AASSET_MODE_RANDOM // Read chunks, and seek forward and backward.