mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-06 21:27:37 +00:00
Adding a grid centered component
This commit is contained in:
15
sources/System/GridCentered/GridCenteredSystem.hpp
Normal file
15
sources/System/GridCentered/GridCenteredSystem.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by Zoe Roux on 5/24/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <System/System.hpp>
|
||||
|
||||
namespace BBM
|
||||
{
|
||||
class GridCenteredSystem : public WAL::System
|
||||
{
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user