// -*- c++ -*- #pragma once #ifndef __REFLEX_IMAGE_H__ #define __REFLEX_IMAGE_H__ #include namespace Reflex { using Rays::Image; }// Reflex #endif//EOH