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