Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/qt6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed Sep 5, 2023
2 parents b300926 + 79a6a18 commit 7ef7ba7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/iplugingame.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@ class IPluginGame : public QObject, public IPlugin
*/
virtual QDir dataDirectory() const = 0;

/**
* this function may be called before init()
*
* @return directories where we may find data files outside the main location
*/
virtual QMap<QString, QDir> secondaryDataDirectories() const = 0;

/**
* @brief set the path to the managed game
* @param path to the game
Expand Down

0 comments on commit 7ef7ba7

Please sign in to comment.