mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-15 00:08:07 -04:00
21 lines
476 B
C
Executable File
21 lines
476 B
C
Executable File
// ======================================================================
|
|
//
|
|
// ByteOrder.h
|
|
// jeff grills
|
|
//
|
|
// copyright 1998 Bootprint Entertainment
|
|
//
|
|
// ======================================================================
|
|
|
|
#ifndef BYTE_ORDER_H
|
|
#define BYTE_ORDER_H
|
|
|
|
// ======================================================================
|
|
|
|
#include "sharedFoundation/FirstPlatform.h"
|
|
|
|
// ======================================================================
|
|
|
|
#endif
|
|
|