Merge pull request #108516 from KoBeWi/file_graveyard

Remove unnecessary cpp files after cleanup
This commit is contained in:
Thaddeus Crews
2025-11-14 14:23:06 -06:00
25 changed files with 51 additions and 537 deletions

View File

@ -370,6 +370,5 @@ public:
virtual void tick() = 0;
virtual void pre_draw(bool p_will_draw) = 0;
RenderingMethod();
virtual ~RenderingMethod();
virtual ~RenderingMethod() {}
};