summaryrefslogtreecommitdiff
path: root/include/utils/AssetManager.h
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2009-05-22 01:27:01 -0700
committer Mathias Agopian <mathias@google.com> 2009-05-22 02:16:08 -0700
commit947f4f4d384ea26eb2145cc070a3eed42c59534a (patch)
treeedc5fb1e6e808a2b809720f44b6236ebe93b577b /include/utils/AssetManager.h
parent6158b1bf0364da1582468a98ec09d004ba99deec (diff)
parent0690519fcde1ccb189081aa79df61436f65686c2 (diff)
merge master to master_gl
Diffstat (limited to 'include/utils/AssetManager.h')
-rw-r--r--include/utils/AssetManager.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/utils/AssetManager.h b/include/utils/AssetManager.h
index e94c0e8feeee..c11429eaf2ab 100644
--- a/include/utils/AssetManager.h
+++ b/include/utils/AssetManager.h
@@ -153,6 +153,18 @@ public:
AssetDir* openDir(const char* dirName);
/*
+ * Open a directory within a particular path of the asset manager.
+ *
+ * The contents of the directory are an amalgam of vendor-specific,
+ * locale-specific, and generic assets stored loosely or in asset
+ * packages. Depending on the cache setting and previous accesses,
+ * this call may incur significant disk overhead.
+ *
+ * To open the top-level directory, pass in "".
+ */
+ AssetDir* openNonAssetDir(void* cookie, const char* dirName);
+
+ /*
* Get the type of a file in the asset hierarchy. They will either
* be "regular" or "directory". [Currently only works for "regular".]
*