mirror of https://github.com/OpenMW/openmw.git
Move serialization detournavigator/ -> components/
parent
01c712d5f1
commit
5325495f46
@ -1,12 +1,12 @@
|
||||
#ifndef OPENMW_TEST_SUITE_DETOURNAVIGATOR_SERIALIZATION_FORMAT_H
|
||||
#define OPENMW_TEST_SUITE_DETOURNAVIGATOR_SERIALIZATION_FORMAT_H
|
||||
#ifndef OPENMW_TEST_SUITE_SERIALIZATION_FORMAT_H
|
||||
#define OPENMW_TEST_SUITE_SERIALIZATION_FORMAT_H
|
||||
|
||||
#include <components/detournavigator/serialization/format.hpp>
|
||||
#include <components/serialization/format.hpp>
|
||||
|
||||
#include <utility>
|
||||
#include <type_traits>
|
||||
|
||||
namespace DetourNavigator::SerializationTesting
|
||||
namespace SerializationTesting
|
||||
{
|
||||
struct Pod
|
||||
{
|
@ -1,10 +1,10 @@
|
||||
#ifndef OPENMW_COMPONENTS_DETOURNAVIGATOR_SERIALIZATION_SIZEACCUMULATOR_H
|
||||
#define OPENMW_COMPONENTS_DETOURNAVIGATOR_SERIALIZATION_SIZEACCUMULATOR_H
|
||||
#ifndef OPENMW_COMPONENTS_SERIALIZATION_SIZEACCUMULATOR_H
|
||||
#define OPENMW_COMPONENTS_SERIALIZATION_SIZEACCUMULATOR_H
|
||||
|
||||
#include <cstddef>
|
||||
#include <type_traits>
|
||||
|
||||
namespace DetourNavigator::Serialization
|
||||
namespace Serialization
|
||||
{
|
||||
class SizeAccumulator
|
||||
{
|
Loading…
Reference in New Issue