initial commit

This commit is contained in:
Andrey Zimin
2024-05-15 09:09:36 +03:00
commit a0b5e810f7
130 changed files with 4925 additions and 0 deletions

11
bin/layers/utils.hpp Normal file
View File

@@ -0,0 +1,11 @@
#pragma once
#include <typeinfo>
namespace sandbox
{
enum class test_event
{
TEST_EVEN
};
}