ship layout blueprints
This commit is contained in:
14
src/lib/config/ShipLayoutBlueprintSerializer.h
Normal file
14
src/lib/config/ShipLayoutBlueprintSerializer.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "ShipLayoutBlueprint.h"
|
||||
|
||||
namespace ShipLayoutBlueprintSerializer
|
||||
{
|
||||
|
||||
std::string serialize(const std::vector<ShipLayoutBlueprint>& blueprints);
|
||||
std::vector<ShipLayoutBlueprint> deserialize(const std::string& tomlContent);
|
||||
|
||||
} // namespace ShipLayoutBlueprintSerializer
|
||||
Reference in New Issue
Block a user