6 lines
50 B
C++
6 lines
50 B
C++
|
#pragma once
|
||
|
|
||
|
namespace arxan
|
||
|
{
|
||
|
bool is_wine();
|
||
|
}
|