This commit is contained in:
Spartan322
2025-04-19 07:12:16 -04:00
5209 changed files with 229124 additions and 66199 deletions

View File

@@ -30,8 +30,7 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/**************************************************************************/
#ifndef RENDERER_SCENE_RENDER_H
#define RENDERER_SCENE_RENDER_H
#pragma once
#include "core/math/projection.h"
#include "core/templates/paged_array.h"
@@ -349,5 +348,3 @@ public:
virtual void update() = 0;
virtual ~RendererSceneRender() {}
};
#endif // RENDERER_SCENE_RENDER_H