Sha256: 03c87140e344fe69f84117bfca83cbd93444eb12126e159b699b85b5c356cb9e
Contents?: true
Size: 278 Bytes
Versions: 4
Compression:
Stored size: 278 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __RAYS_RAYS_H__ #define __RAYS_RAYS_H__ #include <rays/defs.h> namespace Rays { typedef void* Context; void init (); void fin (); Context get_offscreen_context (); void activate_offscreen_context (); }// Rays #endif//EOH
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rays-0.3.2 | include/rays/rays.h |
rays-0.3.1 | include/rays/rays.h |
rays-0.3 | include/rays/rays.h |
rays-0.2.1 | include/rays/rays.h |