forked from Mirrorlandia_minetest/minetest
Fix Irrlicht includes in scriptapi_*
This commit is contained in:
parent
dd8593f2d6
commit
b9512cab1b
@ -23,6 +23,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include <string>
|
||||
#include <set>
|
||||
#include <map>
|
||||
#include "irr_v3d.h"
|
||||
#include "irr_v2d.h"
|
||||
|
||||
extern "C" {
|
||||
#include <lua.h>
|
||||
|
@ -20,8 +20,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#ifndef LUA_INVENTORY_H_
|
||||
#define LUA_INVENTORY_H_
|
||||
|
||||
#include <irr_v3d.h>
|
||||
|
||||
extern "C" {
|
||||
#include <lua.h>
|
||||
#include <lauxlib.h>
|
||||
|
@ -25,7 +25,6 @@ extern "C" {
|
||||
#include <lauxlib.h>
|
||||
}
|
||||
|
||||
#include <irr_v3d.h>
|
||||
#include <vector>
|
||||
|
||||
#include "itemdef.h"
|
||||
|
@ -20,7 +20,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#ifndef LUA_NODE_H_
|
||||
#define LUA_NODE_H_
|
||||
|
||||
#include <irr_v3d.h>
|
||||
#include <iostream>
|
||||
#include <map>
|
||||
|
||||
|
@ -19,8 +19,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#ifndef LUA_NODEMETA_H_
|
||||
#define LUA_NODEMETA_H_
|
||||
|
||||
#include <irr_v3d.h>
|
||||
|
||||
extern "C" {
|
||||
#include <lua.h>
|
||||
#include <lauxlib.h>
|
||||
|
@ -20,8 +20,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#ifndef LUA_NODETIMER_H_
|
||||
#define LUA_NODETIMER_H_
|
||||
|
||||
#include <irr_v3d.h>
|
||||
|
||||
extern "C" {
|
||||
#include <lua.h>
|
||||
#include <lauxlib.h>
|
||||
|
@ -22,9 +22,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include "scriptapi_types.h"
|
||||
#include "script.h"
|
||||
|
||||
#include <irr_v2d.h>
|
||||
|
||||
|
||||
// garbage collector
|
||||
int LuaPerlinNoise::gc_object(lua_State *L)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user