Sha256: 872a0afcd69e07eb477dbc07b9d607669ac5271dd0f3ed0655f39900a50dde63
Contents?: true
Size: 604 Bytes
Versions: 6
Compression:
Stored size: 604 Bytes
Contents
#include <rucy.h> #include "defs.h" using namespace Rucy; void Init_rays (); void Init_point (); void Init_bounds (); void Init_color (); void Init_color_space (); void Init_bitmap (); void Init_texture (); void Init_image (); void Init_font (); void Init_shader (); void Init_painter (); extern "C" void #ifdef COCOAPODS Init_rays_native () #else Init_native () #endif { RUCY_TRY Rucy::init(); Init_rays(); Init_point(); Init_bounds(); Init_color(); Init_color_space(); Init_bitmap(); Init_texture(); Init_image(); Init_font(); Init_shader(); Init_painter(); RUCY_CATCH }
Version data entries
6 entries across 3 versions & 1 rubygems