Add some descriptions to new classes

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

View File

@ -16,6 +16,8 @@ class AbstractPipeline;
namespace VideoCommon
{
// OnScreenUI handles all the ImGui rendering.
class OnScreenUI
{
public: