Sha256: 69ed9a8941db710aa45ce1376db199d5b2d426d091f3f56d689868e990607a45

Contents?: true

Size: 166 Bytes

Versions: 5

Compression:

Stored size: 166 Bytes

Contents

#ifndef __V8_MAIN_H
#define __V8_MAIN_H

#include <ruby.h>
#include <v8.h>

/* V8 module */
RUBY_EXTERN VALUE rb_mV8;

/* API */
void Init_V8();

#endif//__V8_MAIN_H

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mustang-0.2.2 ext/v8/v8_main.h
mustang-0.2.1 ext/v8/v8_main.h
mustang-0.2.0 ext/v8/v8_main.h
mustang-0.1.1 ext/v8/v8_main.h
mustang-0.1.0 ext/v8/v8_main.h