Correction convention de nommage en-têtes

This commit is contained in:
Mattéo Delabre 2016-04-17 23:12:19 +02:00
parent ad7cab00c2
commit c8d7e49e91
7 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
#ifndef __PTF_GAME_HPP__
#define __PTF_GAME_HPP__
#ifndef __SKIZZLE_GAME_HPP__
#define __SKIZZLE_GAME_HPP__
#include "level.hpp"
#include "widget_timer.hpp"

View File

@ -1,5 +1,5 @@
#ifndef __PTF_GRAVITY_BLOCK_HPP__
#define __PTF_GRAVITY_BLOCK_HPP__
#ifndef __SKIZZLE_GRAVITY_BLOCK_HPP__
#define __SKIZZLE_GRAVITY_BLOCK_HPP__
#include <SFML/Graphics.hpp>
#include <memory>

View File

@ -1,5 +1,5 @@
#ifndef __PTF_MENU_HPP__
#define __PTF_MENU_HPP__
#ifndef __SKIZZLE_MENU_HPP__
#define __SKIZZLE_MENU_HPP__
#include "state.hpp"
#include <functional>

View File

@ -1,5 +1,5 @@
#ifndef __PTF_PLAYER_HPP__
#define __PTF_PLAYER_HPP__
#ifndef __SKIZZLE_PLAYER_HPP__
#define __SKIZZLE_PLAYER_HPP__
#include <SFML/Graphics.hpp>
#include <memory>

View File

@ -1,5 +1,5 @@
#ifndef __PTF_RULES_HPP__
#define __PTF_RULES_HPP__
#ifndef __SKIZZLE_RULES_HPP__
#define __SKIZZLE_RULES_HPP__
#include "state.hpp"

View File

@ -1,5 +1,5 @@
#ifndef __PTF_SWITCH_BLOCK_HPP__
#define __PTF_SWITCH_BLOCK_HPP__
#ifndef __SKIZZLE_SWITCH_BLOCK_HPP__
#define __SKIZZLE_SWITCH_BLOCK_HPP__
#include <SFML/Graphics.hpp>
#include <memory>

View File

@ -1,5 +1,5 @@
#ifndef __PTF_UTIL_WIDGET_TIMER_HPP__
#define __PTF_UTIL_WIDGET_TIMER_HPP__
#ifndef __SKIZZLE_UTIL_WIDGET_TIMER_HPP__
#define __SKIZZLE_UTIL_WIDGET_TIMER_HPP__
#include <SFML/Graphics.hpp>
#include <functional>