fix lua includes
This commit is contained in:
parent
e90f9b2a49
commit
f0e163b1d8
@ -20,7 +20,7 @@
|
||||
#ifndef LUA_FUNCTIONS_H
|
||||
#define LUA_FUNCTIONS_H
|
||||
|
||||
#include "../LUA/lua.hpp"
|
||||
#include <LUA/lua.hpp>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "zoneserver.h"
|
||||
#include "client.h"
|
||||
|
||||
#include "../LUA/lua.hpp"
|
||||
#include <LUA/lua.hpp>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "../common/Mutex.h"
|
||||
#include "AltAdvancement/AltAdvancement.h"
|
||||
|
||||
#include "../LUA/lua.hpp"
|
||||
#include <LUA/lua.hpp>
|
||||
|
||||
#define SPELL_TARGET_SELF 0
|
||||
#define SPELL_TARGET_ENEMY 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user