Initial release commit
This commit is contained in:
12
include/includes.h
Normal file
12
include/includes.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include <lua.hpp>
|
||||
#include <luajit.h>
|
||||
#include <lauxlib.h>
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <set>
|
||||
|
||||
// Any function marked with this means that the exposed lua API is not sandboxed
|
||||
#define LUA_UNSAFE
|
||||
Reference in New Issue
Block a user