From 4966bee0b8b881e5836b44c6729e2341de5929d8 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 29 Nov 2023 22:11:58 +0000 Subject: [PATCH] Import module... --- examples/gui.ps1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/gui.ps1 b/examples/gui.ps1 index 78169f5..e20f661 100644 --- a/examples/gui.ps1 +++ b/examples/gui.ps1 @@ -1,3 +1,8 @@ +[cmdletbinding()] +param() + +Import-Module ../lib/Q3Rcon.psm1 + [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Drawing") [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")