mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
13 lines
288 B
C
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);
|