summaryrefslogtreecommitdiff
path: root/src/lua-plugin.h
blob: dba8518b985836047d759cd5d34ca9cdc694bae8 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __LUA_PLUGIN_H__
#define __LUA_PLUGIN_H__

#include <BLua.h>
#include <Exceptions.h>

void LuaLoadPlugin(const String & fname, Lua * L) throw (GeneralException);

#endif