vertex_engine/bin/layers/test_panel_2/test_panel_2.hpp

13 lines
147 B
C++
Raw Permalink Normal View History

2024-05-15 09:09:36 +03:00
#pragma once
2025-01-14 01:05:07 +03:00
#include "VE.hpp" // IWYU pragma: keep
2024-05-15 09:09:36 +03:00
namespace sandbox
{
class test_panel_2 : public VE::layer
{
VE_FN_OVERIDE();
};
}