Sha256: cfa470e3bf7b63936e80e8713d2b480690ab907122f6bc0daeef410be92df510
Contents?: true
Size: 290 Bytes
Versions: 4
Compression:
Stored size: 290 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __REFLEX_RUBY_REFLEX_H__ #define __REFLEX_RUBY_REFLEX_H__ #include <rucy/module.h> #include <rucy/extension.h> #include <reflex/reflex.h> namespace Reflex { REFLEX_EXPORT Rucy::Module reflex_module (); // module Reflex }// Reflex #endif//EOH
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
reflexion-0.3.3 | include/reflex/ruby/reflex.h |
reflexion-0.3.2 | include/reflex/ruby/reflex.h |
reflexion-0.3.1 | include/reflex/ruby/reflex.h |
reflexion-0.3 | include/reflex/ruby/reflex.h |