[ox] Rename Serialization package to Model

This commit is contained in:
2019-03-17 13:04:18 -05:00
parent cf7ba595aa
commit bf6469b4a3
17 changed files with 14 additions and 14 deletions

View File

@@ -8,8 +8,8 @@
#pragma once
#include <ox/ser/optype.hpp>
#include <ox/ser/types.hpp>
#include <ox/model/optype.hpp>
#include <ox/model/types.hpp>
#include <ox/std/bitops.hpp>
#include <ox/std/byteswap.hpp>
#include <ox/std/string.hpp>