This commit is contained in:
2022-04-10 01:05:26 +02:00
parent ead304d698
commit 8c8613aca6
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ namespace RenderD7
virtual ~Ovl(){}
virtual void Draw() const = 0;
};
void AddOvl(Ovl overlay);
void AddOvl(RenderD7::Ovl overlay);
namespace Color
{
struct rgba