Initial commit
This commit is contained in:
14
includes/Game.hpp
Normal file
14
includes/Game.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
// Celebrating tetris by Ley 2024
|
||||
|
||||
#pragma once
|
||||
|
||||
// SMFL headers
|
||||
#include <SFML/Graphics.hpp>
|
||||
#include <SFML/System.hpp>
|
||||
|
||||
// Cxx headers
|
||||
#include <iostream>
|
||||
|
||||
#include "./Tetrominos.hpp"
|
||||
|
||||
sf::Color getTetrominoColor(const Tetrominos::Names &name);
|
||||
Reference in New Issue
Block a user