From a3db778746af40eb9f9ec2cccfb3c935164600f5 Mon Sep 17 00:00:00 2001 From: pfg github Date: Sun, 8 Mar 2015 09:18:40 -0700 Subject: Full Source --- ShiftOS/Helper.vb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ShiftOS/Helper.vb (limited to 'ShiftOS/Helper.vb') diff --git a/ShiftOS/Helper.vb b/ShiftOS/Helper.vb new file mode 100644 index 0000000..167665c --- /dev/null +++ b/ShiftOS/Helper.vb @@ -0,0 +1,9 @@ +Public Class Helper + Dim path As String = ShiftOSDesktop.ShiftOSPath + Public Sub addCP(points As Integer) 'Add some CP + ShiftOSDesktop.codepoints = ShiftOSDesktop.codepoints + points + End Sub + Public Sub setCP(points As Integer) 'Set the CP + ShiftOSDesktop.codepoints = points + End Sub +End Class -- cgit v1.2.3