Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into qt6-category
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed Sep 5, 2023
2 parents b167471 + 85afba5 commit 19e5a3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game_features/gameplugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class GamePlugins
virtual void readPluginLists(MOBase::IPluginList* pluginList) = 0;
virtual QStringList getLoadOrder() = 0;
virtual bool lightPluginsAreSupported() = 0;
virtual bool overridePluginsAreSupported() = 0;
};

#endif // GAMEPLUGINS_H

0 comments on commit 19e5a3c

Please sign in to comment.