aboutsummaryrefslogtreecommitdiff
path: root/src/luax.h
blob: 737a9a5f1a1d4745f8588e6480ebf9ce97c0a20e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __LUAX_H__
#define __LUAX_H__

// Pre declaration.
struct lua_State;

// include lua.hpp before this
#include "luax_runtime.h"
#include "luax_state.h" 
#include "luax_ref.h"
#include "luax_object.h"

#endif