Skip to content

Commit

Permalink
api now exports drivelist utility functions
Browse files Browse the repository at this point in the history
  • Loading branch information
IDCs committed Nov 11, 2023
1 parent e2bbbfc commit f8cf31d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { resolveCategoryName,
import { readExtensibleDir } from '../extensions/extension_manager/util';
import { getGame, getGames } from '../extensions/gamemode_management/util/getGame';
import { getModType } from '../extensions/gamemode_management/util/modTypeExtensions';
import getDriveList from '../extensions/gamemode_management/util/getDriveList';
import deriveModInstallName from '../extensions/mod_management/modIdManager';
import { getManifest } from '../extensions/mod_management/util/activationStore';
import { findDownloadByRef, findModByRef, lookupFromDownload } from '../extensions/mod_management/util/dependencies';
Expand Down Expand Up @@ -101,6 +102,7 @@ export {
getApplication,
getCurrentActivator,
getCurrentLanguage,
getDriveList,
getGame,
getGames,
getManifest,
Expand Down

0 comments on commit f8cf31d

Please sign in to comment.