OpenTTD Source  12.0-beta2
endian_type.hpp File Reference

Go to the source code of this file.

Macros

#define OTTD_ALIGNMENT   0
 The architecture does not require aligned access.
 
#define TTD_LITTLE_ENDIAN   0
 Little endian builds use this for TTD_ENDIAN.
 
#define TTD_BIG_ENDIAN   1
 Big endian builds use this for TTD_ENDIAN.
 

Detailed Description

Definition of various endian-dependant macros.

Definition in file endian_type.hpp.