We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb97b15 commit dab489fCopy full SHA for dab489f
include/RED4ext/Scripting/Natives/moveComponent.hpp
@@ -1,11 +1,11 @@
1
#pragma once
2
3
-#include <cstdint>
4
#include <RED4ext/Common.hpp>
5
-#include <RED4ext/Scripting/Natives/Vector3.hpp>
6
-#include <RED4ext/Scripting/Natives/Vector4.hpp>
7
#include <RED4ext/Scripting/Natives/Generated/WorldTransform.hpp>
8
#include <RED4ext/Scripting/Natives/Generated/ent/IMoverComponent.hpp>
+#include <RED4ext/Scripting/Natives/Vector3.hpp>
+#include <RED4ext/Scripting/Natives/Vector4.hpp>
+#include <cstdint>
9
10
namespace RED4ext
11
{
0 commit comments