12 lines
129 B
C
12 lines
129 B
C
|
#ifndef LIBOGA_H
|
||
|
#define LIBOGA_H
|
||
|
|
||
|
#include <ruby.h>
|
||
|
#include <ruby/encoding.h>
|
||
|
|
||
|
#include "lexer.h"
|
||
|
|
||
|
void Init_liboga();
|
||
|
|
||
|
#endif
|