initial commit
This commit is contained in:
11
bin/layers/utils.hpp
Normal file
11
bin/layers/utils.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <typeinfo>
|
||||
|
||||
namespace sandbox
|
||||
{
|
||||
enum class test_event
|
||||
{
|
||||
TEST_EVEN
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user