summaryrefslogtreecommitdiff
path: root/include/asset_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asset_cache.h')
-rw-r--r--include/asset_cache.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asset_cache.h b/include/asset_cache.h
new file mode 100644
index 0000000..8d18448
--- /dev/null
+++ b/include/asset_cache.h
@@ -0,0 +1,10 @@
+#ifndef HONEY_ASSET_CACHE
+#define HONEY_ASSET_CACHE
+
+#ifndef HONEY_ASSET_CACHE_SIZE
+#define HONEY_ASSET_CACHE_SIZE 2048
+#endif
+
+
+
+#endif