Skip to content

Commit

Permalink
Implement 'override' plugin support
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed Sep 5, 2023
1 parent 7ef7ba7 commit 85afba5
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 85afba5

Please sign in to comment.