13 lines
147 B
C++
Executable File
13 lines
147 B
C++
Executable File
#pragma once
|
|
|
|
#include "VE.hpp" // IWYU pragma: keep
|
|
|
|
namespace sandbox
|
|
{
|
|
class test_panel_2 : public VE::layer
|
|
{
|
|
VE_FN_OVERIDE();
|
|
};
|
|
}
|
|
|