| Rambo vs Kitty Cat RISC OS application run file
| -------------------------------------------
|
| File: !Run
|
| Purpose:
|
|     Start the packaged game from its application directory.
|
| Responsibilities:
|
|     - apply the UnixLib environment from !Boot
|     - reserve a 192 MiB Wimp slot
|     - make relative game asset paths resolve inside the application
|
| This generated file intentionally does NOT install runtime modules.

Obey <Obey$Dir>.!Boot
WimpSlot -min 196608K
Dir <Obey$Dir>
Run game

| end of !Run
