!ReadMe for riscos
------------------

This is a simple example of a system for including some new classes within
JavaScript. You will probably want to write your own, as the screen example
is very, very simple.

Things to note: 
  * You must declare classes after your main context initialisation.
  * You should allocate enough space for your private data, if required.

If you write a new class - any class - and it works, it would be very useful
to others if you made it available for them to look at and to see how you have
done things.

If you want to use this you will need to make modifications to the main
engine. In essence, all you need is a call to
RO_InitClasses(context,globalobject) within your initialisation. I recommend
that you follow this style for installing RISC OS based libraries, as this
means new libraries are very much easier to 'drop in' to the main riscos.c
file and remake.

-- 
Justin Fletcher
