1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-08-22 11:25:08 +00:00
qb64/source/virtual_keyboard/embed/header.bas

8 lines
397 B
QBasic
Raw Normal View History

'$include:'..\..\qb_framework\qb_framework_global.bas'
'$include:'..\virtual_keyboard_global.bas'
DEFSNG A-Z
$INSTALLFILES "..\..\..\cyberbit.ttf"
$INSTALLFILES "..\layouts\virtual_keyboard_layout_default.txt"
dim shared appRootPath as string
appRootPath$=_CWD$+"\" '_CWD$ is the application root when the program launches, preserve this value for later use before client program changes the path