fix run and examples folred
This commit is contained in:
17
bin/layers/ui_layer_double/ui_layer_double.hpp
Executable file
17
bin/layers/ui_layer_double/ui_layer_double.hpp
Executable file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include <VE.hpp>
|
||||
|
||||
namespace example
|
||||
{
|
||||
class ui_layer_double : public VE::layer, public VE::flags, public VE::connector
|
||||
{
|
||||
VE_OVERIDE();
|
||||
VE_EVENT_OVERIDE();
|
||||
|
||||
ImVec2 m_size = ImVec2{ 800.f, 800.f };
|
||||
ImVec2 m_pos = ImVec2{ 400.f, 400.f };
|
||||
std::string m_key;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user