update project includes format

This commit is contained in:
MihailRis
2024-08-10 01:37:48 +03:00
parent 6c4fb417c5
commit f43cc93cd2
233 changed files with 1028 additions and 1028 deletions
+3 -3
View File
@@ -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>