include/rays/rays.h in rays-0.2 vs include/rays/rays.h in rays-0.2.1

- old
+ new

@@ -9,12 +9,20 @@ namespace Rays { + typedef void* Context; + + void init (); void fin (); + + + Context get_offscreen_context (); + + void activate_offscreen_context (); }// Rays