Sha256: a26b27debf5764152f267cd2a023c564903b2ab5159acfcc08a27bc6e17f84c0

Contents?: true

Size: 321 Bytes

Versions: 2

Compression:

Stored size: 321 Bytes

Contents

#include <rucy.h>


void Init_reflex ();
void Init_application ();
void Init_window ();
void Init_key ();
void Init_points ();


extern "C" void
Init_native ()
{
	if (!Rucy::init())
		Rucy::raise(rb_eLoadError, "Rucy::init() failed.");

	Init_reflex();
	Init_application();
	Init_window();
	Init_key();
	Init_points();
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
reflexion-0.1.2 ext/reflex/native.cpp
reflexion-0.1.1 ext/reflex/native.cpp