Formatted EVERYTHING
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
#pragma once
|
||||
#include "ComponentSystem.h"
|
||||
#include "Component/Camera.h"
|
||||
#include "ComponentSystem.h"
|
||||
|
||||
namespace Seele
|
||||
{
|
||||
namespace System
|
||||
{
|
||||
class CameraUpdater : public ComponentSystem<Component::Camera>
|
||||
{
|
||||
public:
|
||||
namespace Seele {
|
||||
namespace System {
|
||||
class CameraUpdater : public ComponentSystem<Component::Camera> {
|
||||
public:
|
||||
CameraUpdater(PScene scene);
|
||||
virtual ~CameraUpdater();
|
||||
|
||||
virtual void update(Component::Camera& camera);
|
||||
private:
|
||||
|
||||
private:
|
||||
};
|
||||
}
|
||||
}
|
||||
} // namespace System
|
||||
} // namespace Seele
|
||||
Reference in New Issue
Block a user