From 3b19a6105ee1d49810991b23fe0b68ee53bb5a0e Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Thu, 15 May 2025 22:14:59 -0300 Subject: fix windows --- src/engine/editor/EditorMath.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine/editor/EditorMath.cpp') 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 EditorMatrix; + bool IsInGameScreen() { auto wnd = GameEngine::Instance->context->GetWindow(); Ship::Coords mouse = wnd->GetMousePos(); -- cgit v1.2.3