update project includes format
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
#ifndef LOGIC_SCRIPTING_LUA_HPP_
|
||||
#define LOGIC_SCRIPTING_LUA_HPP_
|
||||
|
||||
#include <delegates.hpp>
|
||||
#include <logic/scripting/scripting.hpp>
|
||||
#include "delegates.hpp"
|
||||
#include "logic/scripting/scripting.hpp"
|
||||
|
||||
#ifdef __linux__
|
||||
#include <luajit-2.1/luaconf.h>
|
||||
|
||||
#include <luajit-2.1/lua.hpp>
|
||||
#else
|
||||
#include <lua.hpp>
|
||||
#include <lua.hpp"
|
||||
#endif
|
||||
#include <glm/glm.hpp>
|
||||
#include <stdexcept>
|
||||
|
||||
Reference in New Issue
Block a user