Skip to content

Instantly share code, notes, and snippets.

@fornwall
fornwall / asset_manager.h
Last active September 15, 2018 05:48
The NDK API
struct AAssetManager;
struct AAssetDir;
struct AAsset;
/* Available modes for opening assets */
enum {
AASSET_MODE_UNKNOWN = 0,
AASSET_MODE_RANDOM = 1,