1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-08 19:35:13 +00:00
qb64/source/virtual_keyboard/embed/header.bas
2015-10-30 23:18:44 +11:00

8 lines
397 B
QBasic

'$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