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