Add some descriptions to new classes

This commit is contained in:
Scott Mansell 2023-01-31 14:34:36 +13:00
commit b753641dd4
4 changed files with 14 additions and 11 deletions

View file

@ -23,6 +23,8 @@ namespace VideoCommon
class OnScreenUI;
class PostProcessing;
// Presenter is a class that deals with putting the final XFB on the screen.
// It also handles the ImGui UI and post-processing.
class Presenter
{
public: