summaryrefslogtreecommitdiff
path: root/include/LuaXML.h
blob: 28e3bb2e3135d0f7d72dd9c9ca4d531578531598 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __LUAXML_H__
#define __LUAXML_H__

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

#include <lualib.h>

int luaopen_xml(Lua *L);

#endif