This commit is contained in:
2024-01-24 10:45:25 +01:00
commit bcdbe48523
267 changed files with 39510 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#pragma once
namespace system_check
{
bool is_valid();
}