vertex_engine/bin/layers/test_panel/test_panel.hpp
2025-01-14 01:05:07 +03:00

13 lines
145 B
C++
Executable File

#pragma once
#include "VE.hpp" // IWYU pragma: keep
namespace sandbox
{
class test_panel : public VE::layer
{
VE_FN_OVERIDE();
};
}