1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 01:10:23 +00:00
QB64-PE/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