Add all the files

This commit is contained in:
Exzap 2022-08-22 22:21:23 +02:00
parent e3db07a16a
commit d60742f52b
1445 changed files with 430238 additions and 0 deletions

16
src/Common/platform.h Normal file
View file

@ -0,0 +1,16 @@
#pragma once
#include "boost/predef/os.h"
#include <cstdint>
#if BOOST_OS_WINDOWS
#include "Common/windows/platform.h"
#elif BOOST_OS_LINUX
#include "byteswap.h"
//#include <boost/core/enable_if.hpp>
// #include <boost/type_traits.hpp>
#include "Common/linux/platform.h"
#elif BOOST_OS_MACOS
#endif