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

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

#endif