wx_BGI_Graphics
Classic BGI-compatible graphics API with modern OpenGL extension API
Loading...
Searching...
No Matches
openlb_msvc_compat.h
Go to the documentation of this file.
1#pragma once
2
24#ifdef _MSC_VER
25
26#ifndef M_PI
28#define M_PI 3.14159265358979323846
29#endif
30
31#ifndef __builtin_unreachable
39#define __builtin_unreachable() __assume(0)
40#endif
41
42#endif