diff options
Diffstat (limited to 'ext/psych/psych.h')
| -rw-r--r-- | ext/psych/psych.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ext/psych/psych.h b/ext/psych/psych.h new file mode 100644 index 0000000000..6b3d63f246 --- /dev/null +++ b/ext/psych/psych.h @@ -0,0 +1,17 @@ +#ifndef PSYCH_H +#define PSYCH_H + +#include <ruby.h> +#include <ruby/encoding.h> + +#include <yaml.h> + +#include <psych_parser.h> +#include <psych_emitter.h> +#include <psych_to_ruby.h> +#include <psych_yaml_tree.h> + +extern VALUE mPsych; + + +#endif |
