From cee7ecde3de4a338081d6856b4127f5dc268fb40 Mon Sep 17 00:00:00 2001 From: Angelo Haller Date: Tue, 15 Nov 2022 21:49:32 -0500 Subject: docs: Add missing import to the windows module example. --- docs/markdown/Windows-module.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/markdown') diff --git a/docs/markdown/Windows-module.md b/docs/markdown/Windows-module.md index 06b3eb2..3d24d76 100644 --- a/docs/markdown/Windows-module.md +++ b/docs/markdown/Windows-module.md @@ -8,6 +8,7 @@ Windows. ### compile_resources ``` + windows = import('windows') windows.compile_resources(...(string | File | CustomTarget | CustomTargetIndex), args: []string, depend_files: [](string | File), -- cgit v1.1