Correction convention de nommage en-têtes
This commit is contained in:
parent
ad7cab00c2
commit
c8d7e49e91
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __PTF_RULES_HPP__
|
||||
#define __PTF_RULES_HPP__
|
||||
#ifndef __SKIZZLE_RULES_HPP__
|
||||
#define __SKIZZLE_RULES_HPP__
|
||||
|
||||
#include "state.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 <SFML/Graphics.hpp>
|
||||
#include <memory>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue