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")