19
project/include/system/Endian.h
Normal file
19
project/include/system/Endian.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef LIME_SYSTEM_ENDIAN_H
|
||||
#define LIME_SYSTEM_ENDIAN_H
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
enum Endian {
|
||||
|
||||
LITTLE_ENDIAN,
|
||||
BIG_ENDIAN
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user