Wrap all STL includes to support drv:: and eng::
This commit is contained in:
@@ -154,6 +154,9 @@
|
||||
#ifndef LUASTACK_HPP
|
||||
#define LUASTACK_HPP
|
||||
|
||||
#include "wrap-string.hpp"
|
||||
#include "wrap-vector.hpp"
|
||||
|
||||
extern "C" {
|
||||
#include "lua.h"
|
||||
#include "lauxlib.h"
|
||||
@@ -161,10 +164,6 @@ extern "C" {
|
||||
#include "eris.h"
|
||||
}
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <string_view>
|
||||
|
||||
class LuaSlot {
|
||||
protected:
|
||||
int index_;
|
||||
|
||||
Reference in New Issue
Block a user