compiles again

This commit is contained in:
Dynamitos
2023-11-05 10:36:01 +01:00
parent 4746c0f838
commit 77eb92838c
112 changed files with 1717 additions and 1540 deletions
-2
View File
@@ -5,7 +5,6 @@
namespace Seele
{
DECLARE_NAME_REF(Gfx, Viewport)
namespace Component
{
struct Camera
@@ -24,7 +23,6 @@ struct Camera
{
return Vector(viewMatrix[3]);
}
void setViewport(Gfx::PViewport viewport);
void mouseMove(float deltaX, float deltaY);
void mouseScroll(float x);
void moveX(float amount);