naev 0.12.5
lyaml.h
1/*
2 * See Licensing and Copyright notice in naev.h
3 */
4#pragma once
5
7#include <lua.h>
9
10int luaopen_yaml( lua_State *L );