From 0d96ebc90c9740e7e66a70aa11168b11f49d220b Mon Sep 17 00:00:00 2001 From: sanine-a Date: Fri, 12 May 2023 14:10:48 -0500 Subject: run working program with refactored code --- honey/notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'honey/notes.md') 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. -- cgit v1.2.1