mirror of
https://github.com/antopilo/Nuake.git
synced 2026-01-01 05:48:14 +03:00
Fixed compilation warning
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
|
||||
#include "../Events/EditorRequests.h"
|
||||
#include "../../../../Nuake/Thirdparty/glfw/include/GLFW/glfw3.h"
|
||||
#include "../../../AnimatedValue.h"
|
||||
#include "../misc/AnimatedValue.h"
|
||||
|
||||
namespace Nuake {
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "IEditorWidget.h"
|
||||
|
||||
#include "../../../../../AnimatedValue.h"
|
||||
#include "../../../misc/AnimatedValue.h"
|
||||
|
||||
namespace Nuake
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "IEditorWidget.h"
|
||||
#include "../../EditorSelectionPanel.h"
|
||||
|
||||
#include "../../../../../AnimatedValue.h"
|
||||
#include "../../../misc/AnimatedValue.h"
|
||||
|
||||
class EditorContext;
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "IEditorWidget.h"
|
||||
|
||||
#include <imgui/ImGuizmo.h>
|
||||
#include "../../../../../AnimatedValue.h"
|
||||
#include "../../../misc/AnimatedValue.h"
|
||||
|
||||
class EditorContext;
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ return {
|
||||
-- Place all your sources here
|
||||
sources = {
|
||||
"QuakeModule.cpp",
|
||||
"QuakBaker.h",
|
||||
"QuakBaker.cpp",
|
||||
"QuakeBaker.h",
|
||||
"QuakeBaker.cpp",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user