Corrige l'include guard de block

This commit is contained in:
Mattéo Delabre 2016-03-08 17:48:54 +01:00
parent c53bbbe273
commit 623b4c2af7
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifndef PTF_BALL_HPP
#define PTF_BALL_HPP
#ifndef PTF_BLOCK_HPP
#define PTF_BLOCK_HPP
#include <SFML/Graphics.hpp>
#include <iostream>