Loading...
Searching...
No Matches
3#if defined(WIN32) || defined(_WIN64)
7# if defined(__linux) || defined(__FreeBSD__)
11# include <TargetConditionals.h>
12# if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR
13# define OPTIBITS_IPHONE
14# define OPTIBITS_OPENGLES
20#ifndef OPTIBITS_DEPRECATED
22# define OPTIBITS_DEPRECATED [[deprecated]]