fix windows

This commit is contained in:
Sonic Dreamcaster
2025-05-15 22:14:59 -03:00
parent 7cc9894aa1
commit 3b19a6105e
3 changed files with 3 additions and 2 deletions
-1
View File
@@ -30,7 +30,6 @@ namespace Editor {
Editor::Editor() {
}
std::vector<Mtx> EditorMatrix;
void Editor::Load() {
printf("Editor: Loading Editor...\n");
eObjectPicker.Load();
+2
View File
@@ -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();