Nouveaux include guards
This commit is contained in:
		
							parent
							
								
									ac12e1ab66
								
							
						
					
					
						commit
						8198498e81
					
				
							
								
								
									
										4
									
								
								ball.hpp
								
								
								
								
							
							
						
						
									
										4
									
								
								ball.hpp
								
								
								
								
							|  | @ -1,5 +1,5 @@ | |||
| #ifndef PTF_BALL_HPP | ||||
| #define PTF_BALL_HPP | ||||
| #ifndef __PTF_BALL_HPP__ | ||||
| #define __PTF_BALL_HPP__ | ||||
| 
 | ||||
| #include <SFML/Graphics.hpp> | ||||
| #include <iostream> | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| #ifndef PTF_BLOCK_HPP | ||||
| #define PTF_BLOCK_HPP | ||||
| #ifndef __PTF_BLOCK_HPP__ | ||||
| #define __PTF_BLOCK_HPP__ | ||||
| 
 | ||||
| #include <SFML/Graphics.hpp> | ||||
| #include <iostream> | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| #ifndef PTF_ENGINE_HPP | ||||
| #define PTF_ENGINE_HPP | ||||
| #ifndef __PTF_ENGINE_HPP__ | ||||
| #define __PTF_ENGINE_HPP__ | ||||
| 
 | ||||
| #include <vector> | ||||
| #include <SFML/Graphics.hpp> | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| #ifndef PTF_OBJECT_HPP | ||||
| #define PTF_OBJECT_HPP | ||||
| #ifndef __PTF_OBJECT_HPP__ | ||||
| #define __PTF_OBJECT_HPP__ | ||||
| 
 | ||||
| #include <SFML/Graphics.hpp> | ||||
| #include <iostream> | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| #ifndef PTF_OBJECT_HPP | ||||
| #define PTF_OBJECT_HPP | ||||
| #ifndef __PTF_PHYSICS_OBJECT_HPP__ | ||||
| #define __PTF_PHYSICS_OBJECT_HPP__ | ||||
| 
 | ||||
| #include <SFML/Graphics.hpp> | ||||
| #include <iostream> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue