Plasma Engine  2.0
Loading...
Searching...
No Matches
Platform_OSX.h
1#pragma once
2
3#if PL_DISABLED(PL_PLATFORM_OSX)
4# error "This header should only be included on OSX"
5#endif
6
7#include <cstdio>
8#include <pthread.h>
9#include <sys/malloc.h>
10#include <sys/time.h>
11
12// unset common macros
13#undef min
14#undef max
15
16#undef PL_PLATFORM_LITTLE_ENDIAN
17#define PL_PLATFORM_LITTLE_ENDIAN PL_ON