Skip to content
Snippets Groups Projects
Commit b9512cab authored by kwolekr's avatar kwolekr
Browse files

Fix Irrlicht includes in scriptapi_*

parent dd8593f2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment