window/
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <glm/ext.hpp>
|
||||
|
||||
#include <content/Content.hpp>
|
||||
#include "../../../window/Camera.hpp"
|
||||
#include <window/Camera.hpp>
|
||||
#include <world/Level.hpp>
|
||||
#include "api_lua.hpp"
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
#include <frontend/screens/MenuScreen.hpp>
|
||||
#include <logic/EngineController.hpp>
|
||||
#include <logic/LevelController.hpp>
|
||||
#include "../../../window/Events.hpp"
|
||||
#include "../../../window/Window.hpp"
|
||||
#include <window/Events.hpp>
|
||||
#include <window/Window.hpp>
|
||||
#include <world/Level.hpp>
|
||||
#include <world/WorldGenerators.hpp>
|
||||
#include "api_lua.hpp"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <objects/rigging.hpp>
|
||||
#include <physics/Hitbox.hpp>
|
||||
#include <voxels/Chunks.hpp>
|
||||
#include "../../../window/Camera.hpp"
|
||||
#include <window/Camera.hpp>
|
||||
|
||||
using namespace scripting;
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
#include <frontend/screens/Screen.hpp>
|
||||
#include <graphics/ui/GUI.hpp>
|
||||
#include <util/stringutil.hpp>
|
||||
#include "../../../window/Events.hpp"
|
||||
#include "../../../window/input.hpp"
|
||||
#include <window/Events.hpp>
|
||||
#include <window/input.hpp>
|
||||
#include "api_lua.hpp"
|
||||
|
||||
namespace scripting {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <objects/Entities.hpp>
|
||||
#include <objects/Player.hpp>
|
||||
#include <physics/Hitbox.hpp>
|
||||
#include "../../../window/Camera.hpp"
|
||||
#include <window/Camera.hpp>
|
||||
#include <world/Level.hpp>
|
||||
#include "libentity.hpp"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <engine.hpp>
|
||||
#include "../../../window/Window.hpp"
|
||||
#include <window/Window.hpp>
|
||||
#include "api_lua.hpp"
|
||||
|
||||
static int l_time_uptime(lua::State* L) {
|
||||
|
||||
Reference in New Issue
Block a user