initial commit

This commit is contained in:
kake26 2024-09-17 21:07:01 -05:00
commit 7ce3ae437d
Signed by: kake26
GPG key ID: E8AFC43591876B4D
3 changed files with 87 additions and 0 deletions

24
kratom.pb Normal file
View file

@ -0,0 +1,24 @@
; Main Code File
XIncludeFile "kratomfrm1.pbf"
Openkrt1()
Repeat
Event = WaitWindowEvent()
Select EventWindow()
Case krt1
krt1_Events(Event) ; This procedure name is always window name followed by '_Events'
;Case DateWindow
;DateWindow_Events(Event)
EndSelect
Until Event = #PB_Event_CloseWindow ; Quit on any window close
; IDE Options = PureBasic 6.12 LTS (Linux - x64)
; CursorPosition = 11
; EnableXP
; DPIAware