Format all files based on clang-format file
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "copium/ecs/Config.h"
|
||||
#include "copium/ecs/EntitySet.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace Copium
|
||||
{
|
||||
class ComponentPoolBase
|
||||
{
|
||||
protected:
|
||||
EntitySet entities;
|
||||
|
||||
public:
|
||||
virtual ~ComponentPoolBase() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user