Home
last modified time | relevance | path

Searched refs:bundling_type (Results 1 – 4 of 4) sorted by relevance

/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dasset_helper.h44 AssetPath get_audio_clip_assetpath(int bundling_type, const String &filename);
H A Dfile.cpp488 AssetPath get_audio_clip_assetpath(int bundling_type, const String &filename) in get_audio_clip_assetpath() argument
499 if (bundling_type == AUCL_BUNDLE_EXE) in get_audio_clip_assetpath()
501 else if (bundling_type == AUCL_BUNDLE_VOX) in get_audio_clip_assetpath()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dasset_helper.h64 AssetPath get_audio_clip_assetpath(int bundling_type, const String &filename);
H A Dfile.cpp497 AssetPath get_audio_clip_assetpath(int bundling_type, const String &filename) { in get_audio_clip_assetpath() argument