fix run and examples folred

This commit is contained in:
2026-02-26 09:36:24 +03:00
parent c5e5224755
commit fcb2d78aae
11 changed files with 4 additions and 25 deletions

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

@@ -0,0 +1,10 @@
#pragma once
namespace example
{
enum class test_event
{
TEST_EVEN_1,
TEST_EVEN_2
};
}