m f7c5b6506a Wine compatibility and patches (#219)
Co-authored-by: Skull <86374920+skkuull@users.noreply.github.com>
2022-09-02 21:54:39 -05:00

6 lines
50 B
C++

#pragma once
namespace arxan
{
bool is_wine();
}