Silence some warnings

This commit is contained in:
Georg Hagen
2024-07-02 21:29:15 +02:00
parent c008c98311
commit fa51f868b7
10 changed files with 36 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
namespace OpenVulkano::Scene
{
class Geometry;
struct Material;
class Material;
class SimpleDrawable final : public Drawable
{