// -*- c++ -*- #pragma once #ifndef __RAYS_RAYS_H__ #define __RAYS_RAYS_H__ namespace Rays { bool init (); bool fin (); }// Rays #endif//EOH