mirror of
https://github.com/ksherlock/profuse.git
synced 2024-12-22 20:29:59 +00:00
15 lines
206 B
C++
15 lines
206 B
C++
#ifndef __IOBUFFER_H__
|
|
#define __IOBUFFER_H__
|
|
|
|
#include <Endian/Endian.h>
|
|
#include <cstring>
|
|
|
|
namespace LittleEndian {
|
|
#include "IOBuffer.cpp.h"
|
|
}
|
|
|
|
namespace BigEndian {
|
|
#include "IOBuffer.cpp.h"
|
|
}
|
|
|
|
#endif |