naev 0.12.5
nxml_lua.h
1/*
2 * See Licensing and Copyright notice in naev.h
3 */
4#pragma once
5
6#include "nlua.h"
7#include "nxml.h"
8
9int nxml_persistLua( nlua_env env, xmlTextWriterPtr writer );
10int nxml_unpersistLua( nlua_env env, xmlNodePtr parent );
int nxml_persistLua(nlua_env env, xmlTextWriterPtr writer)
Persists all the nxml Lua data.
Definition nxml_lua.c:374
int nxml_unpersistLua(nlua_env env, xmlNodePtr parent)
Unpersists Lua data into a table named "mem".
Definition nxml_lua.c:530