6 lines
58 B
C++
6 lines
58 B
C++
|
#pragma once
|
||
|
|
||
|
namespace system_check
|
||
|
{
|
||
|
bool is_valid();
|
||
|
}
|