summaryrefslogtreecommitdiff
path: root/honey/notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'honey/notes.md')
-rw-r--r--honey/notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/honey/notes.md b/honey/notes.md
index 16ccc49..863c019 100644
--- a/honey/notes.md
+++ b/honey/notes.md
@@ -9,6 +9,7 @@ assets are cached. each asset type has a module (e.g. `mesh`, `image`, `sound`,
* `get(filename)` - cached load of the given file. throws error if it cannot be found
* `forget(filename` - remove the cached copy, if any of the given file
* `clearCache()` - clear the full cache for that asset type
+ * `init()` - optional, initializes any builtins that must come after opengl or other things
individual assets may have additional functions.