[ox] Split generalizable portion MC into ser package

This commit is contained in:
2019-03-07 21:47:46 -06:00
parent fa1cf8bb73
commit f218ec44af
20 changed files with 309 additions and 247 deletions

View File

@@ -8,13 +8,14 @@
#pragma once
#include <ox/ser/optype.hpp>
#include <ox/ser/types.hpp>
#include <ox/std/byteswap.hpp>
#include <ox/std/string.hpp>
#include <ox/std/vector.hpp>
#include <ox/std/types.hpp>
#include "err.hpp"
#include "optype.hpp"
#include "presencemask.hpp"
#include "types.hpp"