base viewmodel and interactions

This commit is contained in:
Andrew nuark G 2020-12-21 23:39:04 +07:00
parent 50aa95e659
commit d69b18f083
14 changed files with 228 additions and 77 deletions

View file

@ -25,8 +25,11 @@ public:
bool add_vessel(vessel_entity dpoint);
void init(QDataStream &stream);
void shutdown(QDataStream &stream);
const QVector<dpoint_entity> dpoints() const;
const QVector<vessel_entity> vessels() const;
void deserialize_data(QDataStream &stream);
void serialize_data(QDataStream &stream);
};
#endif // OBJECT_SYSTEM_H