[ox] Rename Serialization package to Model

(synced from bf6469b4a3)
This commit is contained in:
2019-03-17 13:04:18 -05:00
parent 8345f773b2
commit b857fff9d8
17 changed files with 14 additions and 14 deletions
+2 -2
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/byteswap.hpp>
#include <ox/std/string.hpp>
#include <ox/std/vector.hpp>