initial commit

This commit is contained in:
2026-02-16 19:47:03 +03:00
commit 1e06bb4dc7
27 changed files with 1786 additions and 0 deletions

9
src/utils/var.hpp Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#include "noincl.hpp" // IWYU pragma: keep
namespace hr::var
{
}