summaryrefslogtreecommitdiff
path: root/Source/3rdParty/Luax/lua.hpp
blob: 2ad2293b4083c51aaebea0f63ba012a5b247dd99 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __LUAX_LUA_HPP__
#define __LUAX_LUA_HPP__

// Include lua first

extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
#endif