vertex_engine/bin/layers/test_panel/test_panel.hpp

13 lines
124 B
C++
Raw Normal View History

2024-05-15 09:09:36 +03:00
#pragma once
#include "VE.hpp"
namespace sandbox
{
class test_panel : public VE::layer
{
VE_FN_OVERIDE();
};
}