summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Scripting/Luax.hpp
blob: 5d01997fde4642812008c2377ef630b64f959171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __ASURA_ENGINE_LUAX_H__
#define __ASURA_ENGINE_LUAX_H__

///
/// Scripting with Lua.
///

#include "Lua51/lua.h"
#include "Lua51/lauxlib.h"
#include "Luax/luax.h"

#endif