Files
mod-ale/lmarshal.h
2016-01-05 20:19:47 +02:00

13 lines
288 B
C

/*
* Copyright (C) 2016 Eluna Lua Engine <http://emudevs.com/>
* This program is free software licensed under GPL version 3
* Please see the included DOCS/LICENSE.md for more information
*/
extern "C" {
#include "lua.h"
}
int mar_encode(lua_State* L);
int mar_decode(lua_State* L);