feat: add update system

This commit is contained in:
semenov
2025-01-13 14:22:52 +03:00
parent b68207d698
commit a004907a4d
29 changed files with 1096 additions and 252 deletions

View File

@@ -33,12 +33,16 @@ add_library(ServerLMS SHARED
serverlmswidget.cpp
serverlmswidget.h
serverlmswidget.ui
typesDataServerClient.h
Client.h
clienthandler.cpp
clienthandler.h
multithreadserver.cpp
multithreadserver.h
Data/typesDataServerClient.h
Data/Client.h
Data/PacketType.h
Data/StreamingVersionData.h
Systems/assetsmanager.cpp
Systems/assetsmanager.h
Systems/recognizesystem.cpp
Systems/recognizesystem.h
Systems/updatecontroller.cpp