From c8d7e49e913fb73b721306acc34e5b31a18439fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre?= Date: Sun, 17 Apr 2016 23:12:19 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20convention=20de=20nommage=20en-t?= =?UTF-8?q?=C3=AAtes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/game.hpp | 4 ++-- include/gravity_block.hpp | 4 ++-- include/menu.hpp | 4 ++-- include/player.hpp | 4 ++-- include/rules.hpp | 4 ++-- include/switch_block.hpp | 4 ++-- include/widget_timer.hpp | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/include/game.hpp b/include/game.hpp index 7f59e95..40ab0a2 100644 --- a/include/game.hpp +++ b/include/game.hpp @@ -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" diff --git a/include/gravity_block.hpp b/include/gravity_block.hpp index 27378a0..4d2e077 100644 --- a/include/gravity_block.hpp +++ b/include/gravity_block.hpp @@ -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 #include diff --git a/include/menu.hpp b/include/menu.hpp index b75b809..b12a599 100644 --- a/include/menu.hpp +++ b/include/menu.hpp @@ -1,5 +1,5 @@ -#ifndef __PTF_MENU_HPP__ -#define __PTF_MENU_HPP__ +#ifndef __SKIZZLE_MENU_HPP__ +#define __SKIZZLE_MENU_HPP__ #include "state.hpp" #include diff --git a/include/player.hpp b/include/player.hpp index 3fa412b..f3671bf 100644 --- a/include/player.hpp +++ b/include/player.hpp @@ -1,5 +1,5 @@ -#ifndef __PTF_PLAYER_HPP__ -#define __PTF_PLAYER_HPP__ +#ifndef __SKIZZLE_PLAYER_HPP__ +#define __SKIZZLE_PLAYER_HPP__ #include #include diff --git a/include/rules.hpp b/include/rules.hpp index dfb5ba5..8d01210 100644 --- a/include/rules.hpp +++ b/include/rules.hpp @@ -1,5 +1,5 @@ -#ifndef __PTF_RULES_HPP__ -#define __PTF_RULES_HPP__ +#ifndef __SKIZZLE_RULES_HPP__ +#define __SKIZZLE_RULES_HPP__ #include "state.hpp" diff --git a/include/switch_block.hpp b/include/switch_block.hpp index b76b20c..bacaa71 100644 --- a/include/switch_block.hpp +++ b/include/switch_block.hpp @@ -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 #include diff --git a/include/widget_timer.hpp b/include/widget_timer.hpp index 6ea9600..1d78169 100644 --- a/include/widget_timer.hpp +++ b/include/widget_timer.hpp @@ -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 #include