1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-18 18:55:29 +02:00

Fix Irrlicht includes in scriptapi_*

This commit is contained in:
kwolekr
2013-03-06 09:31:06 -05:00
parent dd8593f2d6
commit b9512cab1b
7 changed files with 2 additions and 11 deletions

View File

@@ -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>