| Quest for a King RISC OS application boot file
| --------------------------------------------
|
| File: !Boot
|
| Purpose:
|
|     Configure UnixLib filename suffixes for the packaged game.
|
| Responsibilities:
|
|     - publish the application directory
|     - expose staged suffix directories to the game executable
|
| This generated file intentionally does NOT start the game.

Set OMAGame$Dir <Obey$Dir>
Set UnixEnv$game$sfix "BMP:CFG:DAT:JSS:LOG:MID:OBF:PAL:SAV:SPR:TMP:TSV:TTF:TXR:TXT:bmp:cfg:dat:jss:log:mid:obf:pal:sav:spr:tmp:tsv:ttf:txr:txt"

| end of !Boot
