mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
33 lines
1.1 KiB
TypeScript
33 lines
1.1 KiB
TypeScript
import "./add-custom-game-to-library";
|
|
import "./add-game-to-favorites";
|
|
import "./add-game-to-library";
|
|
import "./change-game-playtime";
|
|
import "./cleanup-unused-assets";
|
|
import "./clear-new-download-options";
|
|
import "./close-game";
|
|
import "./copy-custom-game-asset";
|
|
import "./create-game-shortcut";
|
|
import "./create-steam-shortcut";
|
|
import "./delete-game-folder";
|
|
import "./extract-game-download";
|
|
import "./get-default-wine-prefix-selection-path";
|
|
import "./get-game-by-object-id";
|
|
import "./get-library";
|
|
import "./open-game-executable-path";
|
|
import "./open-game-installer-path";
|
|
import "./open-game-installer";
|
|
import "./open-game";
|
|
import "./refresh-library-assets";
|
|
import "./remove-game-from-favorites";
|
|
import "./remove-game-from-library";
|
|
import "./remove-game";
|
|
import "./reset-game-achievements";
|
|
import "./select-game-wine-prefix";
|
|
import "./toggle-automatic-cloud-sync";
|
|
import "./toggle-game-pin";
|
|
import "./update-custom-game";
|
|
import "./update-executable-path";
|
|
import "./update-game-custom-assets";
|
|
import "./update-launch-options";
|
|
import "./verify-executable-path";
|