ship layout blueprints
This commit is contained in:
15
src/lib/sim/ShipLayoutBlueprint.h
Normal file
15
src/lib/sim/ShipLayoutBlueprint.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include "ShipLayout.h"
|
||||
|
||||
struct ShipLayoutBlueprint
|
||||
{
|
||||
QString name;
|
||||
std::string shipType;
|
||||
std::vector<PlacedModule> modules;
|
||||
};
|
||||
Reference in New Issue
Block a user