Polyphase Game Engine
Loading...
Searching...
No Matches
SystemConstants.h
Go to the documentation of this file.
1#pragma once
2
3#if PLATFORM_DOLPHIN
4#define ENDIAN_SWAP 1
5#else
6#define ENDIAN_SWAP 0
7#endif