mirror of
https://github.com/ksherlock/profuse.git
synced 2024-12-25 23:33:15 +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.t.cpp"
|
|
}
|
|
|
|
namespace BigEndian {
|
|
#include "IOBuffer.t.cpp"
|
|
}
|
|
|
|
#endif |