From e56c7cd49a8e205b015d3f8d83c81aed277a832d Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Thu, 30 Jan 2025 09:46:15 -0800 Subject: [PATCH] docs: some missing classes in ImportAll Like OpenFL, we should eventually modify the docs build to use include("lime") to automatically include everything instead of manually adding each thing to ImportAll. However, we'll need to use conditional compilation to hide certain classes from targets where they aren't supported. --- docs/ImportAll.hx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ImportAll.hx b/docs/ImportAll.hx index be172c7d0..e0039724f 100644 --- a/docs/ImportAll.hx +++ b/docs/ImportAll.hx @@ -112,6 +112,7 @@ import lime.net.HTTPRequest; import lime.net.HTTPRequestHeader; import lime.net.HTTPRequestMethod; import lime.net.URIParser; +import lime.system.BackgroundWorker; import lime.system.CFFI; import lime.system.CFFIPointer; import lime.system.Clipboard; @@ -125,6 +126,7 @@ import lime.system.Sensor; import lime.system.SensorType; import lime.system.System; import lime.system.ThreadPool; +import lime.system.WorkOutput; import lime.text.harfbuzz.HB; import lime.text.harfbuzz.HBBlob; import lime.text.harfbuzz.HBBuffer; @@ -169,6 +171,7 @@ import lime.ui.Window; import lime.ui.WindowAttributes; import lime.utils.ArrayBuffer; import lime.utils.ArrayBufferView; +import lime.utils.AssetBundle; import lime.utils.AssetCache; import lime.utils.AssetLibrary; import lime.utils.AssetManifest;