remove passport

This commit is contained in:
chatlanin
2025-01-20 21:16:50 +03:00
parent 802b5a9a8d
commit 72e4b3b6a8
6 changed files with 41 additions and 60 deletions

View File

@@ -1,12 +1,15 @@
#pragma once
#include "VE.hpp" // IWYU pragma: keep
#include <VE.hpp>
namespace sandbox
{
class test_panel_2 : public VE::layer
{
VE_FN_OVERIDE();
ImVec2 m_size = ImVec2{ 400.f, 400.f };
ImVec2 m_pos = ImVec2{ 400.f, 400.f };
};
}