fix run and examples folred
This commit is contained in:
10
bin/layers/utils.hpp
Normal file
10
bin/layers/utils.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace example
|
||||
{
|
||||
enum class test_event
|
||||
{
|
||||
TEST_EVEN_1,
|
||||
TEST_EVEN_2
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user