// -*- c++ -*- #pragma once #ifndef __RAYS_GL_H__ #define __RAYS_GL_H__ #if defined(COCOA) #include #elif defined(WIN32) #include #include #endif #endif//EOH