13 lines
126 B
C++
13 lines
126 B
C++
|
#pragma once
|
||
|
|
||
|
#include "VE.hpp"
|
||
|
|
||
|
namespace sandbox
|
||
|
{
|
||
|
class test_panel_2 : public VE::layer
|
||
|
{
|
||
|
VE_FN_OVERIDE();
|
||
|
};
|
||
|
}
|
||
|
|