summaryrefslogtreecommitdiff
path: root/src/engine/editor/EditorMath.cpp
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-05-15 22:14:59 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-05-15 22:14:59 -0300
commit3b19a6105ee1d49810991b23fe0b68ee53bb5a0e (patch)
tree206df3f4e58fc11458b75d684c155330a1cd699d /src/engine/editor/EditorMath.cpp
parent7cc9894aa12175f10ad91174cff41ef1701df166 (diff)
fix windows
Diffstat (limited to 'src/engine/editor/EditorMath.cpp')
-rw-r--r--src/engine/editor/EditorMath.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/editor/EditorMath.cpp b/src/engine/editor/EditorMath.cpp
index 4c36a17a2..44923e08e 100644
--- a/src/engine/editor/EditorMath.cpp
+++ b/src/engine/editor/EditorMath.cpp
@@ -23,6 +23,8 @@ extern "C" {
#include "camera.h"
}
+std::vector<Mtx> EditorMatrix;
+
bool IsInGameScreen() {
auto wnd = GameEngine::Instance->context->GetWindow();
Ship::Coords mouse = wnd->GetMousePos();