2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-01 08:47:48 +00:00

feat: add modman title handler for linux

This commit is contained in:
Jan Laupetin
2025-10-31 22:49:38 +01:00
parent b1bd9b9ffc
commit d964929681
6 changed files with 87 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
#include "ModManArgs.h"
#include "Web/Binds/Binds.h"
#include "Web/Platform/AssetHandler.h"
#include "Web/Platform/Linux/FaviconHandlerLinux.h"
#include "Web/Platform/Linux/TitleHandlerLinux.h"
#include "Web/Platform/Windows/FaviconHandlerWindows.h"
#include "Web/Platform/Windows/TitleHandlerWindows.h"
#include "Web/UiCommunication.h"