pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3582 - in trunk/pingus/src: . actions colliders components


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3582 - in trunk/pingus/src: . actions colliders components display editor gui input input_old movers particles screen sound worldmap worldobjs
Date: Sun, 29 Jun 2008 18:57:19 +0200

Author: grumbel
Date: 2008-06-29 18:56:56 +0200 (Sun, 29 Jun 2008)
New Revision: 3582

Modified:
   trunk/pingus/src/action_holder.hpp
   trunk/pingus/src/actions/angel.hpp
   trunk/pingus/src/actions/basher.hpp
   trunk/pingus/src/actions/blocker.hpp
   trunk/pingus/src/actions/boarder.hpp
   trunk/pingus/src/actions/bomber.hpp
   trunk/pingus/src/actions/bridger.hpp
   trunk/pingus/src/actions/climber.hpp
   trunk/pingus/src/actions/digger.hpp
   trunk/pingus/src/actions/drown.hpp
   trunk/pingus/src/actions/exiter.hpp
   trunk/pingus/src/actions/faller.hpp
   trunk/pingus/src/actions/floater.hpp
   trunk/pingus/src/actions/jumper.hpp
   trunk/pingus/src/actions/laser_kill.hpp
   trunk/pingus/src/actions/miner.hpp
   trunk/pingus/src/actions/rocket_launcher.hpp
   trunk/pingus/src/actions/slider.hpp
   trunk/pingus/src/actions/smashed.hpp
   trunk/pingus/src/actions/splashed.hpp
   trunk/pingus/src/actions/superman.hpp
   trunk/pingus/src/actions/teleported.hpp
   trunk/pingus/src/actions/waiter.hpp
   trunk/pingus/src/actions/walker.hpp
   trunk/pingus/src/blitter.hpp
   trunk/pingus/src/blitter_impl.hpp
   trunk/pingus/src/blitter_test.hpp
   trunk/pingus/src/capture_rectangle.hpp
   trunk/pingus/src/cheat.hpp
   trunk/pingus/src/client.hpp
   trunk/pingus/src/col_map.hpp
   trunk/pingus/src/collider.hpp
   trunk/pingus/src/colliders/pingu_collider.hpp
   trunk/pingus/src/collision_mask.hpp
   trunk/pingus/src/components/action_button.hpp
   trunk/pingus/src/components/button_panel.hpp
   trunk/pingus/src/components/menu_button.hpp
   trunk/pingus/src/components/pingus_counter.hpp
   trunk/pingus/src/components/playfield.hpp
   trunk/pingus/src/components/smallmap.hpp
   trunk/pingus/src/components/time_display.hpp
   trunk/pingus/src/config.hpp
   trunk/pingus/src/console.hpp
   trunk/pingus/src/credits.hpp
   trunk/pingus/src/debug.hpp
   trunk/pingus/src/debug_stream.hpp
   trunk/pingus/src/delta_manager.hpp
   trunk/pingus/src/demo_player.hpp
   trunk/pingus/src/demo_recorder.hpp
   trunk/pingus/src/demo_session.hpp
   trunk/pingus/src/direction.hpp
   trunk/pingus/src/display/cursor.hpp
   trunk/pingus/src/display/display.hpp
   trunk/pingus/src/display/drawing_context.hpp
   trunk/pingus/src/display/drawing_request.hpp
   trunk/pingus/src/display/scene_context.hpp
   trunk/pingus/src/dummy_screen.hpp
   trunk/pingus/src/editor/combobox.hpp
   trunk/pingus/src/editor/context_menu.hpp
   trunk/pingus/src/editor/editor_level.hpp
   trunk/pingus/src/editor/editor_panel.hpp
   trunk/pingus/src/editor/editor_screen.hpp
   trunk/pingus/src/editor/level_head.hpp
   trunk/pingus/src/editor/level_impl.hpp
   trunk/pingus/src/editor/level_objs.hpp
   trunk/pingus/src/editor/panel.hpp
   trunk/pingus/src/editor/panel_buttons.hpp
   trunk/pingus/src/editor/viewport.hpp
   trunk/pingus/src/exit_menu.hpp
   trunk/pingus/src/file_reader.hpp
   trunk/pingus/src/file_reader_impl.hpp
   trunk/pingus/src/file_writer.hpp
   trunk/pingus/src/fonts.hpp
   trunk/pingus/src/fps_counter.hpp
   trunk/pingus/src/game_event.hpp
   trunk/pingus/src/game_session.hpp
   trunk/pingus/src/game_session_result.hpp
   trunk/pingus/src/game_time.hpp
   trunk/pingus/src/global_event.hpp
   trunk/pingus/src/globals.hpp
   trunk/pingus/src/goal_manager.hpp
   trunk/pingus/src/graphic_context_state.hpp
   trunk/pingus/src/ground_map.hpp
   trunk/pingus/src/groundtype.hpp
   trunk/pingus/src/gui/button.hpp
   trunk/pingus/src/gui/checkbox.hpp
   trunk/pingus/src/gui/checkbox_listener.hpp
   trunk/pingus/src/gui/combobox.hpp
   trunk/pingus/src/gui/combobox_listener.hpp
   trunk/pingus/src/gui/component.hpp
   trunk/pingus/src/gui/game_delta_recorder.hpp
   trunk/pingus/src/gui/gui_manager.hpp
   trunk/pingus/src/gui/input_box.hpp
   trunk/pingus/src/gui/surface_button.hpp
   trunk/pingus/src/input/controller.hpp
   trunk/pingus/src/input/driver.hpp
   trunk/pingus/src/input/event.hpp
   trunk/pingus/src/input/manager.hpp
   trunk/pingus/src/input_old/axis.hpp
   trunk/pingus/src/input_old/axis_factory.hpp
   trunk/pingus/src/input_old/button.hpp
   trunk/pingus/src/input_old/button_factory.hpp
   trunk/pingus/src/input_old/controller.hpp
   trunk/pingus/src/input_old/event.hpp
   trunk/pingus/src/input_old/event_fwd.hpp
   trunk/pingus/src/input_old/pointer.hpp
   trunk/pingus/src/input_old/pointer_factory.hpp
   trunk/pingus/src/input_old/scroller.hpp
   trunk/pingus/src/input_old/scroller_factory.hpp
   trunk/pingus/src/layer_manager.hpp
   trunk/pingus/src/math.hpp
   trunk/pingus/src/mover.hpp
   trunk/pingus/src/movers/linear_mover.hpp
   trunk/pingus/src/particles/explosive_particle.hpp
   trunk/pingus/src/particles/ground_particle.hpp
   trunk/pingus/src/particles/pingu_particle_holder.hpp
   trunk/pingus/src/particles/rain_particle_holder.hpp
   trunk/pingus/src/particles/smoke_particle_holder.hpp
   trunk/pingus/src/particles/snow_particle_holder.hpp
   trunk/pingus/src/path_manager.hpp
   trunk/pingus/src/pingu.hpp
   trunk/pingus/src/pingu_action.hpp
   trunk/pingus/src/pingu_action_factory.hpp
   trunk/pingus/src/pingu_enums.hpp
   trunk/pingus/src/pingu_holder.hpp
   trunk/pingus/src/pingus.hpp
   trunk/pingus/src/pingus_error.hpp
   trunk/pingus/src/pingus_level.hpp
   trunk/pingus/src/pingus_level_impl.hpp
   trunk/pingus/src/pingus_main.hpp
   trunk/pingus/src/pingus_menu.hpp
   trunk/pingus/src/pingus_menu_manager.hpp
   trunk/pingus/src/pingus_sub_menu.hpp
   trunk/pingus/src/plf_res_mgr.hpp
   trunk/pingus/src/plt_xml.hpp
   trunk/pingus/src/preview_renderer.hpp
   trunk/pingus/src/res_descriptor.hpp
   trunk/pingus/src/resource.hpp
   trunk/pingus/src/resource_modifier.hpp
   trunk/pingus/src/result.hpp
   trunk/pingus/src/result_screen.hpp
   trunk/pingus/src/savegame.hpp
   trunk/pingus/src/savegame_manager.hpp
   trunk/pingus/src/screen/game_delta.hpp
   trunk/pingus/src/screen/gui_screen.hpp
   trunk/pingus/src/screen/input_debug_screen.hpp
   trunk/pingus/src/screen/screen.hpp
   trunk/pingus/src/screen/screen_manager.hpp
   trunk/pingus/src/screen/screen_manager_impl.hpp
   trunk/pingus/src/screen/screen_ptr.hpp
   trunk/pingus/src/screenshot.hpp
   trunk/pingus/src/server.hpp
   trunk/pingus/src/server_event.hpp
   trunk/pingus/src/smallmap_image.hpp
   trunk/pingus/src/sound/slot_manager.hpp
   trunk/pingus/src/sound/sound.hpp
   trunk/pingus/src/sound/sound_dummy.hpp
   trunk/pingus/src/sound/sound_impl.hpp
   trunk/pingus/src/sound/sound_real.hpp
   trunk/pingus/src/sound/sound_res_mgr.hpp
   trunk/pingus/src/sound/sounds.hpp
   trunk/pingus/src/start_screen.hpp
   trunk/pingus/src/stat_manager.hpp
   trunk/pingus/src/state_sprite.hpp
   trunk/pingus/src/story_screen.hpp
   trunk/pingus/src/string_format.hpp
   trunk/pingus/src/system.hpp
   trunk/pingus/src/timer.hpp
   trunk/pingus/src/true_server.hpp
   trunk/pingus/src/world.hpp
   trunk/pingus/src/worldmap/dot.hpp
   trunk/pingus/src/worldmap/dot_factory.hpp
   trunk/pingus/src/worldmap/drawable.hpp
   trunk/pingus/src/worldmap/drawable_factory.hpp
   trunk/pingus/src/worldmap/graph.hpp
   trunk/pingus/src/worldmap/level_dot.hpp
   trunk/pingus/src/worldmap/manager.hpp
   trunk/pingus/src/worldmap/metamap.hpp
   trunk/pingus/src/worldmap/path.hpp
   trunk/pingus/src/worldmap/path_drawable.hpp
   trunk/pingus/src/worldmap/path_graph.hpp
   trunk/pingus/src/worldmap/pathfinder.hpp
   trunk/pingus/src/worldmap/pingus.hpp
   trunk/pingus/src/worldmap/sprite_drawable.hpp
   trunk/pingus/src/worldmap/surface_drawable.hpp
   trunk/pingus/src/worldmap/world_dot.hpp
   trunk/pingus/src/worldmap/worldmap.hpp
   trunk/pingus/src/worldmap/worldmap_story.hpp
   trunk/pingus/src/worldobj.hpp
   trunk/pingus/src/worldobj_factory.hpp
   trunk/pingus/src/worldobjs/conveyor_belt.hpp
   trunk/pingus/src/worldobjs/entrance.hpp
   trunk/pingus/src/worldobjs/exit.hpp
   trunk/pingus/src/worldobjs/fake_exit.hpp
   trunk/pingus/src/worldobjs/groundpiece.hpp
   trunk/pingus/src/worldobjs/guillotine.hpp
   trunk/pingus/src/worldobjs/hammer.hpp
   trunk/pingus/src/worldobjs/hotspot.hpp
   trunk/pingus/src/worldobjs/ice_block.hpp
   trunk/pingus/src/worldobjs/info_box.hpp
   trunk/pingus/src/worldobjs/laser_exit.hpp
   trunk/pingus/src/worldobjs/liquid.hpp
   trunk/pingus/src/worldobjs/rain_generator.hpp
   trunk/pingus/src/worldobjs/smasher.hpp
   trunk/pingus/src/worldobjs/snow_generator.hpp
   trunk/pingus/src/worldobjs/solid_color_background.hpp
   trunk/pingus/src/worldobjs/spike.hpp
   trunk/pingus/src/worldobjs/starfield_background.hpp
   trunk/pingus/src/worldobjs/starfield_background_stars.hpp
   trunk/pingus/src/worldobjs/surface_background.hpp
   trunk/pingus/src/worldobjs/switch_door.hpp
   trunk/pingus/src/worldobjs/teleporter.hpp
   trunk/pingus/src/worldobjs/teleporter_target.hpp
   trunk/pingus/src/worldobjs/thunderstorm_background.hpp
   trunk/pingus/src/worldobjs/woodthing.hpp
Log:
Stupid little cleanup, changed HXX to HPP to match the filenames

Modified: trunk/pingus/src/action_holder.hpp
===================================================================
--- trunk/pingus/src/action_holder.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/action_holder.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTION_HOLDER_HXX
-#define HEADER_PINGUS_ACTION_HOLDER_HXX
+#ifndef HEADER_PINGUS_ACTION_HOLDER_HPP
+#define HEADER_PINGUS_ACTION_HOLDER_HPP
 
 #include <map>
 #include <vector>

Modified: trunk/pingus/src/actions/angel.hpp
===================================================================
--- trunk/pingus/src/actions/angel.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/actions/angel.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_ANGEL_HXX
-#define HEADER_PINGUS_ACTIONS_ANGEL_HXX
+#ifndef HEADER_PINGUS_ACTIONS_ANGEL_HPP
+#define HEADER_PINGUS_ACTIONS_ANGEL_HPP
 
 #include "../pingu_action.hpp"
 

Modified: trunk/pingus/src/actions/basher.hpp
===================================================================
--- trunk/pingus/src/actions/basher.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/actions/basher.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_BASHER_HXX
-#define HEADER_PINGUS_ACTIONS_BASHER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_BASHER_HPP
+#define HEADER_PINGUS_ACTIONS_BASHER_HPP
 
 #include "../state_sprite.hpp"
 #include "../pingu_action.hpp"

Modified: trunk/pingus/src/actions/blocker.hpp
===================================================================
--- trunk/pingus/src/actions/blocker.hpp        2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/actions/blocker.hpp        2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_BLOCKER_HXX
-#define HEADER_PINGUS_ACTIONS_BLOCKER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_BLOCKER_HPP
+#define HEADER_PINGUS_ACTIONS_BLOCKER_HPP
 
 #include "../state_sprite.hpp"
 #include "../pingu_action.hpp"

Modified: trunk/pingus/src/actions/boarder.hpp
===================================================================
--- trunk/pingus/src/actions/boarder.hpp        2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/actions/boarder.hpp        2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_BOARDER_HXX
-#define HEADER_PINGUS_ACTIONS_BOARDER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_BOARDER_HPP
+#define HEADER_PINGUS_ACTIONS_BOARDER_HPP
 
 #include "../pingu_action.hpp"
 #include "../state_sprite.hpp"

Modified: trunk/pingus/src/actions/bomber.hpp
===================================================================
--- trunk/pingus/src/actions/bomber.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/actions/bomber.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_BOMBER_HXX
-#define HEADER_PINGUS_ACTIONS_BOMBER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_BOMBER_HPP
+#define HEADER_PINGUS_ACTIONS_BOMBER_HPP
 
 #include "../state_sprite.hpp"
 #include "../pingu_action.hpp"

Modified: trunk/pingus/src/actions/bridger.hpp
===================================================================
--- trunk/pingus/src/actions/bridger.hpp        2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/actions/bridger.hpp        2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_BRIDGER_HXX
-#define HEADER_PINGUS_ACTIONS_BRIDGER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_BRIDGER_HPP
+#define HEADER_PINGUS_ACTIONS_BRIDGER_HPP
 
 #include "../math/vector3f.hpp"
 #include "../pingu_action.hpp"

Modified: trunk/pingus/src/actions/climber.hpp
===================================================================
--- trunk/pingus/src/actions/climber.hpp        2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/actions/climber.hpp        2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_CLIMBER_HXX
-#define HEADER_PINGUS_ACTIONS_CLIMBER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_CLIMBER_HPP
+#define HEADER_PINGUS_ACTIONS_CLIMBER_HPP
 
 #include "../state_sprite.hpp"
 #include "../pingu_action.hpp"

Modified: trunk/pingus/src/actions/digger.hpp
===================================================================
--- trunk/pingus/src/actions/digger.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/actions/digger.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_DIGGER_HXX
-#define HEADER_PINGUS_ACTIONS_DIGGER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_DIGGER_HPP
+#define HEADER_PINGUS_ACTIONS_DIGGER_HPP
 
 #include "../pingu_action.hpp"
 

Modified: trunk/pingus/src/actions/drown.hpp
===================================================================
--- trunk/pingus/src/actions/drown.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/actions/drown.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_DROWN_HXX
-#define HEADER_PINGUS_ACTIONS_DROWN_HXX
+#ifndef HEADER_PINGUS_ACTIONS_DROWN_HPP
+#define HEADER_PINGUS_ACTIONS_DROWN_HPP
 
 #include "../state_sprite.hpp"
 #include "../pingu_action.hpp"

Modified: trunk/pingus/src/actions/exiter.hpp
===================================================================
--- trunk/pingus/src/actions/exiter.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/actions/exiter.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_EXITER_HXX
-#define HEADER_PINGUS_ACTIONS_EXITER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_EXITER_HPP
+#define HEADER_PINGUS_ACTIONS_EXITER_HPP
 
 #include "../state_sprite.hpp"
 #include "../pingu_action.hpp"

Modified: trunk/pingus/src/actions/faller.hpp
===================================================================
--- trunk/pingus/src/actions/faller.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/actions/faller.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_FALLER_HXX
-#define HEADER_PINGUS_ACTIONS_FALLER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_FALLER_HPP
+#define HEADER_PINGUS_ACTIONS_FALLER_HPP
 
 #include "../state_sprite.hpp"
 #include "../pingu_action.hpp"

Modified: trunk/pingus/src/actions/floater.hpp
===================================================================
--- trunk/pingus/src/actions/floater.hpp        2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/actions/floater.hpp        2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_FLOATER_HXX
-#define HEADER_PINGUS_ACTIONS_FLOATER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_FLOATER_HPP
+#define HEADER_PINGUS_ACTIONS_FLOATER_HPP
 
 #include "../pingu_action.hpp"
 

Modified: trunk/pingus/src/actions/jumper.hpp
===================================================================
--- trunk/pingus/src/actions/jumper.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/actions/jumper.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_JUMPER_HXX
-#define HEADER_PINGUS_ACTIONS_JUMPER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_JUMPER_HPP
+#define HEADER_PINGUS_ACTIONS_JUMPER_HPP
 
 #include "../state_sprite.hpp"
 #include "../pingu_action.hpp"

Modified: trunk/pingus/src/actions/laser_kill.hpp
===================================================================
--- trunk/pingus/src/actions/laser_kill.hpp     2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/actions/laser_kill.hpp     2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_LASER_KILL_HXX
-#define HEADER_PINGUS_ACTIONS_LASER_KILL_HXX
+#ifndef HEADER_PINGUS_ACTIONS_LASER_KILL_HPP
+#define HEADER_PINGUS_ACTIONS_LASER_KILL_HPP
 
 #include "../state_sprite.hpp"
 #include "../pingu_action.hpp"

Modified: trunk/pingus/src/actions/miner.hpp
===================================================================
--- trunk/pingus/src/actions/miner.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/actions/miner.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_MINER_HXX
-#define HEADER_PINGUS_ACTIONS_MINER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_MINER_HPP
+#define HEADER_PINGUS_ACTIONS_MINER_HPP
 
 #include "../pingu_action.hpp"
 #include "../state_sprite.hpp"

Modified: trunk/pingus/src/actions/rocket_launcher.hpp
===================================================================
--- trunk/pingus/src/actions/rocket_launcher.hpp        2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/actions/rocket_launcher.hpp        2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_ROCKET_LAUNCHER_HXX
-#define HEADER_PINGUS_ACTIONS_ROCKET_LAUNCHER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_ROCKET_LAUNCHER_HPP
+#define HEADER_PINGUS_ACTIONS_ROCKET_LAUNCHER_HPP
 
 #include "../state_sprite.hpp"
 #include "../pingu_action.hpp"

Modified: trunk/pingus/src/actions/slider.hpp
===================================================================
--- trunk/pingus/src/actions/slider.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/actions/slider.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_SLIDER_HXX
-#define HEADER_PINGUS_ACTIONS_SLIDER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_SLIDER_HPP
+#define HEADER_PINGUS_ACTIONS_SLIDER_HPP
 
 #include "../state_sprite.hpp"
 #include "../pingu_action.hpp"

Modified: trunk/pingus/src/actions/smashed.hpp
===================================================================
--- trunk/pingus/src/actions/smashed.hpp        2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/actions/smashed.hpp        2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_SMASHED_HXX
-#define HEADER_PINGUS_ACTIONS_SMASHED_HXX
+#ifndef HEADER_PINGUS_ACTIONS_SMASHED_HPP
+#define HEADER_PINGUS_ACTIONS_SMASHED_HPP
 
 #include "../pingu_action.hpp"
 

Modified: trunk/pingus/src/actions/splashed.hpp
===================================================================
--- trunk/pingus/src/actions/splashed.hpp       2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/actions/splashed.hpp       2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_SPLASHED_HXX
-#define HEADER_PINGUS_ACTIONS_SPLASHED_HXX
+#ifndef HEADER_PINGUS_ACTIONS_SPLASHED_HPP
+#define HEADER_PINGUS_ACTIONS_SPLASHED_HPP
 
 #include "../pingu_action.hpp"
 

Modified: trunk/pingus/src/actions/superman.hpp
===================================================================
--- trunk/pingus/src/actions/superman.hpp       2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/actions/superman.hpp       2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_SUPERMAN_HXX
-#define HEADER_PINGUS_ACTIONS_SUPERMAN_HXX
+#ifndef HEADER_PINGUS_ACTIONS_SUPERMAN_HPP
+#define HEADER_PINGUS_ACTIONS_SUPERMAN_HPP
 
 #include "../pingu_action.hpp"
 

Modified: trunk/pingus/src/actions/teleported.hpp
===================================================================
--- trunk/pingus/src/actions/teleported.hpp     2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/actions/teleported.hpp     2008-06-29 16:56:56 UTC (rev 
3582)
@@ -15,8 +15,8 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_TELEPORTED_HXX
-#define HEADER_PINGUS_ACTIONS_TELEPORTED_HXX
+#ifndef HEADER_PINGUS_ACTIONS_TELEPORTED_HPP
+#define HEADER_PINGUS_ACTIONS_TELEPORTED_HPP
 
 #include "../pingu_action.hpp"
 

Modified: trunk/pingus/src/actions/waiter.hpp
===================================================================
--- trunk/pingus/src/actions/waiter.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/actions/waiter.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_WAITER_HXX
-#define HEADER_PINGUS_ACTIONS_WAITER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_WAITER_HPP
+#define HEADER_PINGUS_ACTIONS_WAITER_HPP
 
 #include "../pingu_action.hpp"
 

Modified: trunk/pingus/src/actions/walker.hpp
===================================================================
--- trunk/pingus/src/actions/walker.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/actions/walker.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTIONS_WALKER_HXX
-#define HEADER_PINGUS_ACTIONS_WALKER_HXX
+#ifndef HEADER_PINGUS_ACTIONS_WALKER_HPP
+#define HEADER_PINGUS_ACTIONS_WALKER_HPP
 
 #include "../pingu_action.hpp"
 #include "../state_sprite.hpp"

Modified: trunk/pingus/src/blitter.hpp
===================================================================
--- trunk/pingus/src/blitter.hpp        2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/blitter.hpp        2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_BLITTER_HXX
-#define HEADER_PINGUS_BLITTER_HXX
+#ifndef HEADER_PINGUS_BLITTER_HPP
+#define HEADER_PINGUS_BLITTER_HPP
 
 #include "SDL.h"
 #include "pingus.hpp"

Modified: trunk/pingus/src/blitter_impl.hpp
===================================================================
--- trunk/pingus/src/blitter_impl.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/blitter_impl.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_BLITTER_IMPL_HXX
-#define HEADER_PINGUS_BLITTER_IMPL_HXX
+#ifndef HEADER_PINGUS_BLITTER_IMPL_HPP
+#define HEADER_PINGUS_BLITTER_IMPL_HPP
 
 #include <iostream>
 #include "surface.hpp"

Modified: trunk/pingus/src/blitter_test.hpp
===================================================================
--- trunk/pingus/src/blitter_test.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/blitter_test.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_BLITTER_TEST_HXX
-#define HEADER_BLITTER_TEST_HXX
+#ifndef HEADER_BLITTER_TEST_HPP
+#define HEADER_BLITTER_TEST_HPP
 
 
 class BlitterTestImpl;

Modified: trunk/pingus/src/capture_rectangle.hpp
===================================================================
--- trunk/pingus/src/capture_rectangle.hpp      2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/capture_rectangle.hpp      2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_CAPTURE_RECTANGLE_HXX
-#define HEADER_PINGUS_CAPTURE_RECTANGLE_HXX
+#ifndef HEADER_PINGUS_CAPTURE_RECTANGLE_HPP
+#define HEADER_PINGUS_CAPTURE_RECTANGLE_HPP
 
 class Font;
 class Pingu;

Modified: trunk/pingus/src/cheat.hpp
===================================================================
--- trunk/pingus/src/cheat.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/cheat.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_CHEAT_HXX
-#define HEADER_PINGUS_CHEAT_HXX
+#ifndef HEADER_PINGUS_CHEAT_HPP
+#define HEADER_PINGUS_CHEAT_HPP
 
 #include <string>
 

Modified: trunk/pingus/src/client.hpp
===================================================================
--- trunk/pingus/src/client.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/client.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_CLIENT_HXX
-#define HEADER_PINGUS_CLIENT_HXX
+#ifndef HEADER_PINGUS_CLIENT_HPP
+#define HEADER_PINGUS_CLIENT_HPP
 
 #include "screen/gui_screen.hpp"
 

Modified: trunk/pingus/src/col_map.hpp
===================================================================
--- trunk/pingus/src/col_map.hpp        2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/col_map.hpp        2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_COL_MAP_HXX
-#define HEADER_PINGUS_COL_MAP_HXX
+#ifndef HEADER_PINGUS_COL_MAP_HPP
+#define HEADER_PINGUS_COL_MAP_HPP
 
 #include "SDL.h"
 #include "groundtype.hpp"

Modified: trunk/pingus/src/collider.hpp
===================================================================
--- trunk/pingus/src/collider.hpp       2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/collider.hpp       2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_COLLIDER_HXX
-#define HEADER_PINGUS_COLLIDER_HXX
+#ifndef HEADER_PINGUS_COLLIDER_HPP
+#define HEADER_PINGUS_COLLIDER_HPP
 
 
 class Vector3f;

Modified: trunk/pingus/src/colliders/pingu_collider.hpp
===================================================================
--- trunk/pingus/src/colliders/pingu_collider.hpp       2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/colliders/pingu_collider.hpp       2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_UPRIGHT_PINGU_COLLIDER_HXX
-#define HEADER_PINGUS_UPRIGHT_PINGU_COLLIDER_HXX
+#ifndef HEADER_PINGUS_UPRIGHT_PINGU_COLLIDER_HPP
+#define HEADER_PINGUS_UPRIGHT_PINGU_COLLIDER_HPP
 
 #include "../collider.hpp"
 

Modified: trunk/pingus/src/collision_mask.hpp
===================================================================
--- trunk/pingus/src/collision_mask.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/collision_mask.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_COLLISION_MASK_HPP
-#define HEADER_COLLISION_MASK_HPP
+#ifndef HEADER_PINGUS_COLLISION_MASK_HPP
+#define HEADER_PINGUS_COLLISION_MASK_HPP
 
 #include <string>
 #include "surface.hpp"

Modified: trunk/pingus/src/components/action_button.hpp
===================================================================
--- trunk/pingus/src/components/action_button.hpp       2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/components/action_button.hpp       2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ACTION_BUTTON_HXX
-#define HEADER_PINGUS_ACTION_BUTTON_HXX
+#ifndef HEADER_PINGUS_ACTION_BUTTON_HPP
+#define HEADER_PINGUS_ACTION_BUTTON_HPP
 
 #include <string>
 #include "../font.hpp"

Modified: trunk/pingus/src/components/button_panel.hpp
===================================================================
--- trunk/pingus/src/components/button_panel.hpp        2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/components/button_panel.hpp        2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_BUTTON_PANEL_HXX
-#define HEADER_PINGUS_BUTTON_PANEL_HXX
+#ifndef HEADER_PINGUS_BUTTON_PANEL_HPP
+#define HEADER_PINGUS_BUTTON_PANEL_HPP
 
 #include <vector>
 

Modified: trunk/pingus/src/components/menu_button.hpp
===================================================================
--- trunk/pingus/src/components/menu_button.hpp 2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/components/menu_button.hpp 2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_MENU_BUTTON_HXX
-#define HEADER_PINGUS_MENU_BUTTON_HXX
+#ifndef HEADER_PINGUS_MENU_BUTTON_HPP
+#define HEADER_PINGUS_MENU_BUTTON_HPP
 
 #include <string>
 #include "sprite.hpp"

Modified: trunk/pingus/src/components/pingus_counter.hpp
===================================================================
--- trunk/pingus/src/components/pingus_counter.hpp      2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/components/pingus_counter.hpp      2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PINGUS_COUNTER_HXX
-#define HEADER_PINGUS_PINGUS_COUNTER_HXX
+#ifndef HEADER_PINGUS_PINGUS_COUNTER_HPP
+#define HEADER_PINGUS_PINGUS_COUNTER_HPP
 
 #include "../gui/component.hpp"
 #include "../font.hpp"

Modified: trunk/pingus/src/components/playfield.hpp
===================================================================
--- trunk/pingus/src/components/playfield.hpp   2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/components/playfield.hpp   2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PLAYFIELD_HXX
-#define HEADER_PINGUS_PLAYFIELD_HXX
+#ifndef HEADER_PINGUS_PLAYFIELD_HPP
+#define HEADER_PINGUS_PLAYFIELD_HPP
 
 #include "../client.hpp"
 #include "../graphic_context_state.hpp"

Modified: trunk/pingus/src/components/smallmap.hpp
===================================================================
--- trunk/pingus/src/components/smallmap.hpp    2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/components/smallmap.hpp    2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SMALLMAP_HXX
-#define HEADER_PINGUS_SMALLMAP_HXX
+#ifndef HEADER_PINGUS_SMALLMAP_HPP
+#define HEADER_PINGUS_SMALLMAP_HPP
 
 #include "../sprite.hpp"
 #include "../gui/component.hpp"

Modified: trunk/pingus/src/components/time_display.hpp
===================================================================
--- trunk/pingus/src/components/time_display.hpp        2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/components/time_display.hpp        2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_TIME_DISPLAY_HXX
-#define HEADER_PINGUS_TIME_DISPLAY_HXX
+#ifndef HEADER_PINGUS_TIME_DISPLAY_HPP
+#define HEADER_PINGUS_TIME_DISPLAY_HPP
 
 #include "../gui/component.hpp"
 

Modified: trunk/pingus/src/config.hpp
===================================================================
--- trunk/pingus/src/config.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/config.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_CONFIG_HXX
-#define HEADER_PINGUS_CONFIG_HXX
+#ifndef HEADER_PINGUS_CONFIG_HPP
+#define HEADER_PINGUS_CONFIG_HPP
 
 #include "pingus.hpp"
 #include <string>

Modified: trunk/pingus/src/console.hpp
===================================================================
--- trunk/pingus/src/console.hpp        2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/console.hpp        2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_CONSOLE_HXX
-#define HEADER_PINGUS_CONSOLE_HXX
+#ifndef HEADER_PINGUS_CONSOLE_HPP
+#define HEADER_PINGUS_CONSOLE_HPP
 
 #include <string>
 #include <iostream>

Modified: trunk/pingus/src/credits.hpp
===================================================================
--- trunk/pingus/src/credits.hpp        2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/credits.hpp        2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_CREDITS_HXX
-#define HEADER_PINGUS_CREDITS_HXX
+#ifndef HEADER_PINGUS_CREDITS_HPP
+#define HEADER_PINGUS_CREDITS_HPP
 
 #include <string>
 #include <vector>

Modified: trunk/pingus/src/debug.hpp
===================================================================
--- trunk/pingus/src/debug.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/debug.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_DEBUG_HXX
-#define HEADER_PINGUS_DEBUG_HXX
+#ifndef HEADER_PINGUS_DEBUG_HPP
+#define HEADER_PINGUS_DEBUG_HPP
 
 #include "debug_stream.hpp"
 

Modified: trunk/pingus/src/debug_stream.hpp
===================================================================
--- trunk/pingus/src/debug_stream.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/debug_stream.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_DEBUG_STREAM_HXX
-#define HEADER_PINGUS_DEBUG_STREAM_HXX
+#ifndef HEADER_PINGUS_DEBUG_STREAM_HPP
+#define HEADER_PINGUS_DEBUG_STREAM_HPP
 
 #include "pingus.hpp"
 #include <string>

Modified: trunk/pingus/src/delta_manager.hpp
===================================================================
--- trunk/pingus/src/delta_manager.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/delta_manager.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_DELTA_MANAGER_HXX
-#define HEADER_PINGUS_DELTA_MANAGER_HXX
+#ifndef HEADER_PINGUS_DELTA_MANAGER_HPP
+#define HEADER_PINGUS_DELTA_MANAGER_HPP
 
 #include "SDL.h"
 #include <assert.h>

Modified: trunk/pingus/src/demo_player.hpp
===================================================================
--- trunk/pingus/src/demo_player.hpp    2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/demo_player.hpp    2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_DEMO_PLAYER_HXX
-#define HEADER_PINGUS_DEMO_PLAYER_HXX
+#ifndef HEADER_PINGUS_DEMO_PLAYER_HPP
+#define HEADER_PINGUS_DEMO_PLAYER_HPP
 
 #include <vector>
 #include "server_event.hpp"

Modified: trunk/pingus/src/demo_recorder.hpp
===================================================================
--- trunk/pingus/src/demo_recorder.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/demo_recorder.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_DEMO_RECORDER_HXX
-#define HEADER_PINGUS_DEMO_RECORDER_HXX
+#ifndef HEADER_PINGUS_DEMO_RECORDER_HPP
+#define HEADER_PINGUS_DEMO_RECORDER_HPP
 
 #include "pingus.hpp"
 #include <fstream>

Modified: trunk/pingus/src/demo_session.hpp
===================================================================
--- trunk/pingus/src/demo_session.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/demo_session.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_DEMO_SESSION_HXX
-#define HEADER_PINGUS_DEMO_SESSION_HXX
+#ifndef HEADER_PINGUS_DEMO_SESSION_HPP
+#define HEADER_PINGUS_DEMO_SESSION_HPP
 
 #include "screen/gui_screen.hpp"
 

Modified: trunk/pingus/src/direction.hpp
===================================================================
--- trunk/pingus/src/direction.hpp      2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/direction.hpp      2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_DIRECTION_HXX
-#define HEADER_PINGUS_DIRECTION_HXX
+#ifndef HEADER_PINGUS_DIRECTION_HPP
+#define HEADER_PINGUS_DIRECTION_HPP
 
 #include "pingus.hpp"
 

Modified: trunk/pingus/src/display/cursor.hpp
===================================================================
--- trunk/pingus/src/display/cursor.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/display/cursor.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_CURSOR_HXX
-#define HEADER_PINGUS_CURSOR_HXX
+#ifndef HEADER_PINGUS_CURSOR_HPP
+#define HEADER_PINGUS_CURSOR_HPP
 
 #include <string>
 #include "display/display.hpp"

Modified: trunk/pingus/src/display/display.hpp
===================================================================
--- trunk/pingus/src/display/display.hpp        2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/display/display.hpp        2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_DISPLAY_HXX
-#define HEADER_PINGUS_DISPLAY_HXX
+#ifndef HEADER_PINGUS_DISPLAY_HPP
+#define HEADER_PINGUS_DISPLAY_HPP
 
 #include "../pingus.hpp"
 #include "SDL.h"

Modified: trunk/pingus/src/display/drawing_context.hpp
===================================================================
--- trunk/pingus/src/display/drawing_context.hpp        2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/display/drawing_context.hpp        2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_DRAWING_CONTEXT_HXX
-#define HEADER_DRAWING_CONTEXT_HXX
+#ifndef HEADER_DRAWING_CONTEXT_HPP
+#define HEADER_DRAWING_CONTEXT_HPP
 
 //#include <ClanLib/Core/Math/rect.h>
 //#include <ClanLib/Display/color.h>

Modified: trunk/pingus/src/display/drawing_request.hpp
===================================================================
--- trunk/pingus/src/display/drawing_request.hpp        2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/display/drawing_request.hpp        2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_DRAWING_REQUEST_HXX
-#define HEADER_DRAWING_REQUEST_HXX
+#ifndef HEADER_DRAWING_REQUEST_HPP
+#define HEADER_DRAWING_REQUEST_HPP
 
 #include "SDL.h"
 #include "math/vector3f.hpp"

Modified: trunk/pingus/src/display/scene_context.hpp
===================================================================
--- trunk/pingus/src/display/scene_context.hpp  2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/display/scene_context.hpp  2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_SCENE_CONTEXT_HXX
-#define HEADER_SCENE_CONTEXT_HXX
+#ifndef HEADER_SCENE_CONTEXT_HPP
+#define HEADER_SCENE_CONTEXT_HPP
 
 #include "SDL.h"
 #include "drawing_context.hpp"

Modified: trunk/pingus/src/dummy_screen.hpp
===================================================================
--- trunk/pingus/src/dummy_screen.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/dummy_screen.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_DUMMY_SCREEN_HXX
-#define HEADER_PINGUS_DUMMY_SCREEN_HXX
+#ifndef HEADER_PINGUS_DUMMY_SCREEN_HPP
+#define HEADER_PINGUS_DUMMY_SCREEN_HPP
 
 #include "screen/screen.hpp"
 

Modified: trunk/pingus/src/editor/combobox.hpp
===================================================================
--- trunk/pingus/src/editor/combobox.hpp        2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/editor/combobox.hpp        2008-06-29 16:56:56 UTC (rev 
3582)
@@ -18,8 +18,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GUI_COMBOBOX_HXX
-#define HEADER_PINGUS_GUI_COMBOBOX_HXX
+#ifndef HEADER_PINGUS_GUI_COMBOBOX_HPP
+#define HEADER_PINGUS_GUI_COMBOBOX_HPP
 
 #include <vector>
 #include <string>

Modified: trunk/pingus/src/editor/context_menu.hpp
===================================================================
--- trunk/pingus/src/editor/context_menu.hpp    2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/editor/context_menu.hpp    2008-06-29 16:56:56 UTC (rev 
3582)
@@ -18,8 +18,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_EDITOR_CONTEXT_MENU_HXX
-#define HEADER_PINGUS_EDITOR_CONTEXT_MENU_HXX
+#ifndef HEADER_PINGUS_EDITOR_CONTEXT_MENU_HPP
+#define HEADER_PINGUS_EDITOR_CONTEXT_MENU_HPP
 
 #include <vector>
 #include <string>

Modified: trunk/pingus/src/editor/editor_level.hpp
===================================================================
--- trunk/pingus/src/editor/editor_level.hpp    2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/editor/editor_level.hpp    2008-06-29 16:56:56 UTC (rev 
3582)
@@ -18,8 +18,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_EDITOR_EDITORLEVEL_HXX
-#define HEADER_PINGUS_EDITOR_EDITORLEVEL_HXX
+#ifndef HEADER_PINGUS_EDITOR_EDITORLEVEL_HPP
+#define HEADER_PINGUS_EDITOR_EDITORLEVEL_HPP
 
 #include <vector>
 #include "level_impl.hpp"

Modified: trunk/pingus/src/editor/editor_panel.hpp
===================================================================
--- trunk/pingus/src/editor/editor_panel.hpp    2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/editor/editor_panel.hpp    2008-06-29 16:56:56 UTC (rev 
3582)
@@ -18,8 +18,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_EDITOR_PANEL_HXX
-#define HEADER_PINGUS_EDITOR_PANEL_HXX
+#ifndef HEADER_PINGUS_EDITOR_PANEL_HPP
+#define HEADER_PINGUS_EDITOR_PANEL_HPP
 
 #include <vector>
 #include <iostream>

Modified: trunk/pingus/src/editor/editor_screen.hpp
===================================================================
--- trunk/pingus/src/editor/editor_screen.hpp   2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/editor/editor_screen.hpp   2008-06-29 16:56:56 UTC (rev 
3582)
@@ -18,8 +18,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_EDITOR_SCREEN_HXX
-#define HEADER_PINGUS_EDITOR_SCREEN_HXX
+#ifndef HEADER_PINGUS_EDITOR_SCREEN_HPP
+#define HEADER_PINGUS_EDITOR_SCREEN_HPP
 
 #include "../screen/gui_screen.hpp"
 #include "pathname.hpp"

Modified: trunk/pingus/src/editor/level_head.hpp
===================================================================
--- trunk/pingus/src/editor/level_head.hpp      2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/editor/level_head.hpp      2008-06-29 16:56:56 UTC (rev 
3582)
@@ -18,8 +18,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_EDITOR_LEVEL_HEAD_HXX
-#define HEADER_PINGUS_EDITOR_LEVEL_HEAD_HXX
+#ifndef HEADER_PINGUS_EDITOR_LEVEL_HEAD_HPP
+#define HEADER_PINGUS_EDITOR_LEVEL_HEAD_HPP
 
 #include "../gui/component.hpp"
 

Modified: trunk/pingus/src/editor/level_impl.hpp
===================================================================
--- trunk/pingus/src/editor/level_impl.hpp      2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/editor/level_impl.hpp      2008-06-29 16:56:56 UTC (rev 
3582)
@@ -18,8 +18,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_EDITOR_LEVEL_IMPL_HXX
-#define HEADER_PINGUS_EDITOR_LEVEL_IMPL_HXX
+#ifndef HEADER_PINGUS_EDITOR_LEVEL_IMPL_HPP
+#define HEADER_PINGUS_EDITOR_LEVEL_IMPL_HPP
 
 #include <map>
 #include <string>

Modified: trunk/pingus/src/editor/level_objs.hpp
===================================================================
--- trunk/pingus/src/editor/level_objs.hpp      2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/editor/level_objs.hpp      2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_EDITOR_LEVEL_OBJS_HXX
-#define HEADER_PINGUS_EDITOR_LEVEL_OBJS_HXX
+#ifndef HEADER_PINGUS_EDITOR_LEVEL_OBJS_HPP
+#define HEADER_PINGUS_EDITOR_LEVEL_OBJS_HPP
 
 #include "../sprite.hpp"
 #include "../math/color.hpp"

Modified: trunk/pingus/src/editor/panel.hpp
===================================================================
--- trunk/pingus/src/editor/panel.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/editor/panel.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -18,8 +18,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_EDITOR_PANEL_HXX
-#define HEADER_PINGUS_EDITOR_PANEL_HXX
+#ifndef HEADER_PINGUS_EDITOR_PANEL_HPP
+#define HEADER_PINGUS_EDITOR_PANEL_HPP
 
 #include <string>
 #include "sprite.hpp"

Modified: trunk/pingus/src/editor/panel_buttons.hpp
===================================================================
--- trunk/pingus/src/editor/panel_buttons.hpp   2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/editor/panel_buttons.hpp   2008-06-29 16:56:56 UTC (rev 
3582)
@@ -18,8 +18,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PANEL_BUTTONS_HXX
-#define HEADER_PINGUS_PANEL_BUTTONS_HXX
+#ifndef HEADER_PINGUS_PANEL_BUTTONS_HPP
+#define HEADER_PINGUS_PANEL_BUTTONS_HPP
 
 #include "../gui/component.hpp"
 #include "../math/vector3f.hpp"

Modified: trunk/pingus/src/editor/viewport.hpp
===================================================================
--- trunk/pingus/src/editor/viewport.hpp        2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/editor/viewport.hpp        2008-06-29 16:56:56 UTC (rev 
3582)
@@ -18,8 +18,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_EDITOR_VIEWPORT_HXX
-#define HEADER_PINGUS_EDITOR_VIEWPORT_HXX
+#ifndef HEADER_PINGUS_EDITOR_VIEWPORT_HPP
+#define HEADER_PINGUS_EDITOR_VIEWPORT_HPP
 
 #include "../gui/rect_component.hpp"
 #include "../graphic_context_state.hpp"

Modified: trunk/pingus/src/exit_menu.hpp
===================================================================
--- trunk/pingus/src/exit_menu.hpp      2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/exit_menu.hpp      2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_EXIT_MENU_HXX
-#define HEADER_PINGUS_EXIT_MENU_HXX
+#ifndef HEADER_PINGUS_EXIT_MENU_HPP
+#define HEADER_PINGUS_EXIT_MENU_HPP
 
 #include "pingus_sub_menu.hpp"
 

Modified: trunk/pingus/src/file_reader.hpp
===================================================================
--- trunk/pingus/src/file_reader.hpp    2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/file_reader.hpp    2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_FILE_READER_HXX
-#define HEADER_PINGUS_FILE_READER_HXX
+#ifndef HEADER_PINGUS_FILE_READER_HPP
+#define HEADER_PINGUS_FILE_READER_HPP
 
 #include <string>
 #include <vector>

Modified: trunk/pingus/src/file_reader_impl.hpp
===================================================================
--- trunk/pingus/src/file_reader_impl.hpp       2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/file_reader_impl.hpp       2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_FILE_READER_IMPL_HXX
-#define HEADER_FILE_READER_IMPL_HXX
+#ifndef HEADER_FILE_READER_IMPL_HPP
+#define HEADER_FILE_READER_IMPL_HPP
 
 #include <vector>
 #include <string>

Modified: trunk/pingus/src/file_writer.hpp
===================================================================
--- trunk/pingus/src/file_writer.hpp    2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/file_writer.hpp    2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_FILE_WRITER_HXX
-#define HEADER_PINGUS_FILE_WRITER_HXX
+#ifndef HEADER_PINGUS_FILE_WRITER_HPP
+#define HEADER_PINGUS_FILE_WRITER_HPP
 
 #include <string>
 

Modified: trunk/pingus/src/fonts.hpp
===================================================================
--- trunk/pingus/src/fonts.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/fonts.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_FONTS_HXX
-#define HEADER_PINGUS_FONTS_HXX
+#ifndef HEADER_PINGUS_FONTS_HPP
+#define HEADER_PINGUS_FONTS_HPP
 
 #include "display/drawing_context.hpp"
 #include "font.hpp"

Modified: trunk/pingus/src/fps_counter.hpp
===================================================================
--- trunk/pingus/src/fps_counter.hpp    2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/fps_counter.hpp    2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_FPS_COUNTER_HXX
-#define HEADER_PINGUS_FPS_COUNTER_HXX
+#ifndef HEADER_PINGUS_FPS_COUNTER_HPP
+#define HEADER_PINGUS_FPS_COUNTER_HPP
 
 #include "font.hpp"
 #include "display/display.hpp"

Modified: trunk/pingus/src/game_event.hpp
===================================================================
--- trunk/pingus/src/game_event.hpp     2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/game_event.hpp     2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GAME_EVENT_HXX
-#define HEADER_PINGUS_GAME_EVENT_HXX
+#ifndef HEADER_PINGUS_GAME_EVENT_HPP
+#define HEADER_PINGUS_GAME_EVENT_HPP
 
 #error "Don't used this the moment, its underdevelopment and not compilable"
 

Modified: trunk/pingus/src/game_session.hpp
===================================================================
--- trunk/pingus/src/game_session.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/game_session.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GAME_SESSION_HXX
-#define HEADER_PINGUS_GAME_SESSION_HXX
+#ifndef HEADER_PINGUS_GAME_SESSION_HPP
+#define HEADER_PINGUS_GAME_SESSION_HPP
 
 #include <string>
 #include "screen/screen.hpp"

Modified: trunk/pingus/src/game_session_result.hpp
===================================================================
--- trunk/pingus/src/game_session_result.hpp    2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/game_session_result.hpp    2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GAME_SESSION_RESULT_HXX
-#define HEADER_PINGUS_GAME_SESSION_RESULT_HXX
+#ifndef HEADER_PINGUS_GAME_SESSION_RESULT_HPP
+#define HEADER_PINGUS_GAME_SESSION_RESULT_HPP
 
 #include "pingus.hpp"
 

Modified: trunk/pingus/src/game_time.hpp
===================================================================
--- trunk/pingus/src/game_time.hpp      2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/game_time.hpp      2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GAME_TIME_HXX
-#define HEADER_PINGUS_GAME_TIME_HXX
+#ifndef HEADER_PINGUS_GAME_TIME_HPP
+#define HEADER_PINGUS_GAME_TIME_HPP
 
 #include "pingus.hpp"
 

Modified: trunk/pingus/src/global_event.hpp
===================================================================
--- trunk/pingus/src/global_event.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/global_event.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GLOBAL_EVENT_HXX
-#define HEADER_PINGUS_GLOBAL_EVENT_HXX
+#ifndef HEADER_PINGUS_GLOBAL_EVENT_HPP
+#define HEADER_PINGUS_GLOBAL_EVENT_HPP
 
 #include "SDL.h"
 #include "pingus.hpp"

Modified: trunk/pingus/src/globals.hpp
===================================================================
--- trunk/pingus/src/globals.hpp        2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/globals.hpp        2008-06-29 16:56:56 UTC (rev 3582)
@@ -20,8 +20,8 @@
 /** This file defines some global variables, most of them are used to
     keep the values of command line arguments. */
 
-#ifndef HEADER_PINGUS_GLOBALS_HXX
-#define HEADER_PINGUS_GLOBALS_HXX
+#ifndef HEADER_PINGUS_GLOBALS_HPP
+#define HEADER_PINGUS_GLOBALS_HPP
 
 #include "pingus.hpp"
 #include <string>

Modified: trunk/pingus/src/goal_manager.hpp
===================================================================
--- trunk/pingus/src/goal_manager.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/goal_manager.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GOAL_MANAGER_HXX
-#define HEADER_PINGUS_GOAL_MANAGER_HXX
+#ifndef HEADER_PINGUS_GOAL_MANAGER_HPP
+#define HEADER_PINGUS_GOAL_MANAGER_HPP
 
 
 class Server;

Modified: trunk/pingus/src/graphic_context_state.hpp
===================================================================
--- trunk/pingus/src/graphic_context_state.hpp  2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/graphic_context_state.hpp  2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_GRAPHIC_CONTEXT_STATE_HXX
-#define HEADER_GRAPHIC_CONTEXT_STATE_HXX
+#ifndef HEADER_GRAPHIC_CONTEXT_STATE_HPP
+#define HEADER_GRAPHIC_CONTEXT_STATE_HPP
 
 #include <boost/shared_ptr.hpp>
 #include "math/rect.hpp"

Modified: trunk/pingus/src/ground_map.hpp
===================================================================
--- trunk/pingus/src/ground_map.hpp     2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/ground_map.hpp     2008-06-29 16:56:56 UTC (rev 3582)
@@ -18,8 +18,8 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GROUND_MAP_HXX
-#define HEADER_PINGUS_GROUND_MAP_HXX
+#ifndef HEADER_PINGUS_GROUND_MAP_HPP
+#define HEADER_PINGUS_GROUND_MAP_HPP
 
 #include <vector>
 #include "globals.hpp"

Modified: trunk/pingus/src/groundtype.hpp
===================================================================
--- trunk/pingus/src/groundtype.hpp     2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/groundtype.hpp     2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GROUNDTYPE_HXX
-#define HEADER_PINGUS_GROUNDTYPE_HXX
+#ifndef HEADER_PINGUS_GROUNDTYPE_HPP
+#define HEADER_PINGUS_GROUNDTYPE_HPP
 
 #include <string>
 

Modified: trunk/pingus/src/gui/button.hpp
===================================================================
--- trunk/pingus/src/gui/button.hpp     2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/gui/button.hpp     2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GUI_BUTTON_HXX
-#define HEADER_PINGUS_GUI_BUTTON_HXX
+#ifndef HEADER_PINGUS_GUI_BUTTON_HPP
+#define HEADER_PINGUS_GUI_BUTTON_HPP
 
 #include "../pingus.hpp"
 

Modified: trunk/pingus/src/gui/checkbox.hpp
===================================================================
--- trunk/pingus/src/gui/checkbox.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/gui/checkbox.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GUI_CHECKBOX_HXX
-#define HEADER_PINGUS_GUI_CHECKBOX_HXX
+#ifndef HEADER_PINGUS_GUI_CHECKBOX_HPP
+#define HEADER_PINGUS_GUI_CHECKBOX_HPP
 
 #include "../gui/component.hpp"
 #include "../math/vector2i.hpp"

Modified: trunk/pingus/src/gui/checkbox_listener.hpp
===================================================================
--- trunk/pingus/src/gui/checkbox_listener.hpp  2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/gui/checkbox_listener.hpp  2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GUI_CHECKBOX_LISTENER_HXX
-#define HEADER_PINGUS_GUI_CHECKBOX_LISTENER_HXX
+#ifndef HEADER_PINGUS_GUI_CHECKBOX_LISTENER_HPP
+#define HEADER_PINGUS_GUI_CHECKBOX_LISTENER_HPP
 
 
 namespace GUI {

Modified: trunk/pingus/src/gui/combobox.hpp
===================================================================
--- trunk/pingus/src/gui/combobox.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/gui/combobox.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GUI_COMBOBOX_HXX
-#define HEADER_PINGUS_GUI_COMBOBOX_HXX
+#ifndef HEADER_PINGUS_GUI_COMBOBOX_HPP
+#define HEADER_PINGUS_GUI_COMBOBOX_HPP
 
 #include <vector>
 #include <string>

Modified: trunk/pingus/src/gui/combobox_listener.hpp
===================================================================
--- trunk/pingus/src/gui/combobox_listener.hpp  2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/gui/combobox_listener.hpp  2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GUI_COMBOBOX_LISTENER_HXX
-#define HEADER_PINGUS_GUI_COMBOBOX_LISTENER_HXX
+#ifndef HEADER_PINGUS_GUI_COMBOBOX_LISTENER_HPP
+#define HEADER_PINGUS_GUI_COMBOBOX_LISTENER_HPP
 
 
 namespace GUI {

Modified: trunk/pingus/src/gui/component.hpp
===================================================================
--- trunk/pingus/src/gui/component.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/gui/component.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GUI_COMPONENT_HXX
-#define HEADER_PINGUS_GUI_COMPONENT_HXX
+#ifndef HEADER_PINGUS_GUI_COMPONENT_HPP
+#define HEADER_PINGUS_GUI_COMPONENT_HPP
 
 #include "../pingus.hpp"
 

Modified: trunk/pingus/src/gui/game_delta_recorder.hpp
===================================================================
--- trunk/pingus/src/gui/game_delta_recorder.hpp        2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/gui/game_delta_recorder.hpp        2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GAME_DELTA_RECORDER_HXX
-#define HEADER_PINGUS_GAME_DELTA_RECORDER_HXX
+#ifndef HEADER_PINGUS_GAME_DELTA_RECORDER_HPP
+#define HEADER_PINGUS_GAME_DELTA_RECORDER_HPP
 
 
 class GameDeltaRecorder

Modified: trunk/pingus/src/gui/gui_manager.hpp
===================================================================
--- trunk/pingus/src/gui/gui_manager.hpp        2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/gui/gui_manager.hpp        2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GUI_GUI_MANAGER_HXX
-#define HEADER_PINGUS_GUI_GUI_MANAGER_HXX
+#ifndef HEADER_PINGUS_GUI_GUI_MANAGER_HPP
+#define HEADER_PINGUS_GUI_GUI_MANAGER_HPP
 
 #include <vector>
 #include "../input/event.hpp"

Modified: trunk/pingus/src/gui/input_box.hpp
===================================================================
--- trunk/pingus/src/gui/input_box.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/gui/input_box.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GUI_INPUTBOX_HXX
-#define HEADER_PINGUS_GUI_INPUTBOX_HXX
+#ifndef HEADER_PINGUS_GUI_INPUTBOX_HPP
+#define HEADER_PINGUS_GUI_INPUTBOX_HPP
 
 #include "component.hpp"
 #include "../math/vector2i.hpp"

Modified: trunk/pingus/src/gui/surface_button.hpp
===================================================================
--- trunk/pingus/src/gui/surface_button.hpp     2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/gui/surface_button.hpp     2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GUI_SURFACE_BUTTON_HXX
-#define HEADER_PINGUS_GUI_SURFACE_BUTTON_HXX
+#ifndef HEADER_PINGUS_GUI_SURFACE_BUTTON_HPP
+#define HEADER_PINGUS_GUI_SURFACE_BUTTON_HPP
 
 #include "../sprite.hpp"
 #include "component.hpp"

Modified: trunk/pingus/src/input/controller.hpp
===================================================================
--- trunk/pingus/src/input/controller.hpp       2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/input/controller.hpp       2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_CONTROLLER_HXX
-#define HEADER_PINGUS_INPUT_CONTROLLER_HXX
+#ifndef HEADER_PINGUS_INPUT_CONTROLLER_HPP
+#define HEADER_PINGUS_INPUT_CONTROLLER_HPP
 
 #include <assert.h>
 #include "event.hpp"

Modified: trunk/pingus/src/input/driver.hpp
===================================================================
--- trunk/pingus/src/input/driver.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/input/driver.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_DRIVER_HXX
-#define HEADER_PINGUS_INPUT_DRIVER_HXX
+#ifndef HEADER_PINGUS_INPUT_DRIVER_HPP
+#define HEADER_PINGUS_INPUT_DRIVER_HPP
 
 #include "file_reader.hpp"
 #include "control.hpp"

Modified: trunk/pingus/src/input/event.hpp
===================================================================
--- trunk/pingus/src/input/event.hpp    2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/input/event.hpp    2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_EVENT_HXX
-#define HEADER_PINGUS_INPUT_EVENT_HXX
+#ifndef HEADER_PINGUS_INPUT_EVENT_HPP
+#define HEADER_PINGUS_INPUT_EVENT_HPP
 
 #include <vector>
 #include <string>

Modified: trunk/pingus/src/input/manager.hpp
===================================================================
--- trunk/pingus/src/input/manager.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/input/manager.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_MANAGER_HXX
-#define HEADER_PINGUS_INPUT_MANAGER_HXX
+#ifndef HEADER_PINGUS_INPUT_MANAGER_HPP
+#define HEADER_PINGUS_INPUT_MANAGER_HPP
 
 #include <vector>
 #include "controller.hpp"

Modified: trunk/pingus/src/input_old/axis.hpp
===================================================================
--- trunk/pingus/src/input_old/axis.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/input_old/axis.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_AXIS_HXX
-#define HEADER_PINGUS_INPUT_AXIS_HXX
+#ifndef HEADER_PINGUS_INPUT_AXIS_HPP
+#define HEADER_PINGUS_INPUT_AXIS_HPP
 
 #include "../pingus.hpp"
 

Modified: trunk/pingus/src/input_old/axis_factory.hpp
===================================================================
--- trunk/pingus/src/input_old/axis_factory.hpp 2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/input_old/axis_factory.hpp 2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_AXIS_FACTORY_HXX
-#define HEADER_PINGUS_INPUT_AXIS_FACTORY_HXX
+#ifndef HEADER_PINGUS_INPUT_AXIS_FACTORY_HPP
+#define HEADER_PINGUS_INPUT_AXIS_FACTORY_HPP
 
 #include "../file_reader.hpp"
 

Modified: trunk/pingus/src/input_old/button.hpp
===================================================================
--- trunk/pingus/src/input_old/button.hpp       2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/input_old/button.hpp       2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_BUTTON_HXX
-#define HEADER_PINGUS_INPUT_BUTTON_HXX
+#ifndef HEADER_PINGUS_INPUT_BUTTON_HPP
+#define HEADER_PINGUS_INPUT_BUTTON_HPP
 
 #include "../pingus.hpp"
 #include "controller.hpp"

Modified: trunk/pingus/src/input_old/button_factory.hpp
===================================================================
--- trunk/pingus/src/input_old/button_factory.hpp       2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/input_old/button_factory.hpp       2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_BUTTON_FACTORY_HXX
-#define HEADER_PINGUS_INPUT_BUTTON_FACTORY_HXX
+#ifndef HEADER_PINGUS_INPUT_BUTTON_FACTORY_HPP
+#define HEADER_PINGUS_INPUT_BUTTON_FACTORY_HPP
 
 #include "../file_reader.hpp"
 

Modified: trunk/pingus/src/input_old/controller.hpp
===================================================================
--- trunk/pingus/src/input_old/controller.hpp   2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/input_old/controller.hpp   2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_CONTROLLER_HXX
-#define HEADER_PINGUS_INPUT_CONTROLLER_HXX
+#ifndef HEADER_PINGUS_INPUT_CONTROLLER_HPP
+#define HEADER_PINGUS_INPUT_CONTROLLER_HPP
 
 #include <map>
 #include <list>

Modified: trunk/pingus/src/input_old/event.hpp
===================================================================
--- trunk/pingus/src/input_old/event.hpp        2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/input_old/event.hpp        2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_EVENT_HXX
-#define HEADER_PINGUS_INPUT_EVENT_HXX
+#ifndef HEADER_PINGUS_INPUT_EVENT_HPP
+#define HEADER_PINGUS_INPUT_EVENT_HPP
 
 #include <vector>
 #include <string>

Modified: trunk/pingus/src/input_old/event_fwd.hpp
===================================================================
--- trunk/pingus/src/input_old/event_fwd.hpp    2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/input_old/event_fwd.hpp    2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_EVENT_FWD_HXX
-#define HEADER_PINGUS_INPUT_EVENT_FWD_HXX
+#ifndef HEADER_PINGUS_INPUT_EVENT_FWD_HPP
+#define HEADER_PINGUS_INPUT_EVENT_FWD_HPP
 
 #include <vector>
 

Modified: trunk/pingus/src/input_old/pointer.hpp
===================================================================
--- trunk/pingus/src/input_old/pointer.hpp      2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/input_old/pointer.hpp      2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_POINTER_HXX
-#define HEADER_PINGUS_INPUT_POINTER_HXX
+#ifndef HEADER_PINGUS_INPUT_POINTER_HPP
+#define HEADER_PINGUS_INPUT_POINTER_HPP
 
 #include "../pingus.hpp"
 

Modified: trunk/pingus/src/input_old/pointer_factory.hpp
===================================================================
--- trunk/pingus/src/input_old/pointer_factory.hpp      2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/input_old/pointer_factory.hpp      2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_POINTER_FACTORY_HXX
-#define HEADER_PINGUS_INPUT_POINTER_FACTORY_HXX
+#ifndef HEADER_PINGUS_INPUT_POINTER_FACTORY_HPP
+#define HEADER_PINGUS_INPUT_POINTER_FACTORY_HPP
 
 #include "../file_reader.hpp"
 

Modified: trunk/pingus/src/input_old/scroller.hpp
===================================================================
--- trunk/pingus/src/input_old/scroller.hpp     2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/input_old/scroller.hpp     2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_SCROLLER_HXX
-#define HEADER_PINGUS_INPUT_SCROLLER_HXX
+#ifndef HEADER_PINGUS_INPUT_SCROLLER_HPP
+#define HEADER_PINGUS_INPUT_SCROLLER_HPP
 
 #include "../pingus.hpp"
 

Modified: trunk/pingus/src/input_old/scroller_factory.hpp
===================================================================
--- trunk/pingus/src/input_old/scroller_factory.hpp     2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/input_old/scroller_factory.hpp     2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_SCROLLER_FACTORY_HXX
-#define HEADER_PINGUS_INPUT_SCROLLER_FACTORY_HXX
+#ifndef HEADER_PINGUS_INPUT_SCROLLER_FACTORY_HPP
+#define HEADER_PINGUS_INPUT_SCROLLER_FACTORY_HPP
 
 #include "../file_reader.hpp"
 

Modified: trunk/pingus/src/layer_manager.hpp
===================================================================
--- trunk/pingus/src/layer_manager.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/layer_manager.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_LAYER_MANAGER_HXX
-#define HEADER_PINGUS_LAYER_MANAGER_HXX
+#ifndef HEADER_PINGUS_LAYER_MANAGER_HPP
+#define HEADER_PINGUS_LAYER_MANAGER_HPP
 
 #include "pingus.hpp"
 #include <cmath>

Modified: trunk/pingus/src/math.hpp
===================================================================
--- trunk/pingus/src/math.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/math.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_MATH_HXX
-#define HEADER_PINGUS_MATH_HXX
+#ifndef HEADER_PINGUS_MATH_HPP
+#define HEADER_PINGUS_MATH_HPP
 
 #include <assert.h>
 #include <stdlib.h>

Modified: trunk/pingus/src/mover.hpp
===================================================================
--- trunk/pingus/src/mover.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/mover.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_MOVER_HXX
-#define HEADER_PINGUS_MOVER_HXX
+#ifndef HEADER_PINGUS_MOVER_HPP
+#define HEADER_PINGUS_MOVER_HPP
 
 #include "math/vector3f.hpp"
 

Modified: trunk/pingus/src/movers/linear_mover.hpp
===================================================================
--- trunk/pingus/src/movers/linear_mover.hpp    2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/movers/linear_mover.hpp    2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_LINEAR_MOVER_HXX
-#define HEADER_PINGUS_LINEAR_MOVER_HXX
+#ifndef HEADER_PINGUS_LINEAR_MOVER_HPP
+#define HEADER_PINGUS_LINEAR_MOVER_HPP
 
 #include "../mover.hpp"
 

Modified: trunk/pingus/src/particles/explosive_particle.hpp
===================================================================
--- trunk/pingus/src/particles/explosive_particle.hpp   2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/particles/explosive_particle.hpp   2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #if 0
-#ifndef HEADER_PINGUS_PARTICLES_EXPLOSIVE_PARTICLE_HXX
-#define HEADER_PINGUS_PARTICLES_EXPLOSIVE_PARTICLE_HXX
+#ifndef HEADER_PINGUS_PARTICLES_EXPLOSIVE_PARTICLE_HPP
+#define HEADER_PINGUS_PARTICLES_EXPLOSIVE_PARTICLE_HPP
 
 #include "../sprite.hpp"
 #include "particle.hpp"

Modified: trunk/pingus/src/particles/ground_particle.hpp
===================================================================
--- trunk/pingus/src/particles/ground_particle.hpp      2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/particles/ground_particle.hpp      2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #if 0
-#ifndef HEADER_PINGUS_PARTICLES_GROUND_PARTICLE_HXX
-#define HEADER_PINGUS_PARTICLES_GROUND_PARTICLE_HXX
+#ifndef HEADER_PINGUS_PARTICLES_GROUND_PARTICLE_HPP
+#define HEADER_PINGUS_PARTICLES_GROUND_PARTICLE_HPP
 
 #include "particle.hpp"
 

Modified: trunk/pingus/src/particles/pingu_particle_holder.hpp
===================================================================
--- trunk/pingus/src/particles/pingu_particle_holder.hpp        2008-06-28 
22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/particles/pingu_particle_holder.hpp        2008-06-29 
16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PARTICLES_PINGU_PARTICLE_HOLDER_HXX
-#define HEADER_PINGUS_PARTICLES_PINGU_PARTICLE_HOLDER_HXX
+#ifndef HEADER_PINGUS_PARTICLES_PINGU_PARTICLE_HOLDER_HPP
+#define HEADER_PINGUS_PARTICLES_PINGU_PARTICLE_HOLDER_HPP
 
 #include <vector>
 #include "../sprite.hpp"

Modified: trunk/pingus/src/particles/rain_particle_holder.hpp
===================================================================
--- trunk/pingus/src/particles/rain_particle_holder.hpp 2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/particles/rain_particle_holder.hpp 2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PARTICLES_RAIN_PARTICLE_HOLDER_HXX
-#define HEADER_PINGUS_PARTICLES_RAIN_PARTICLE_HOLDER_HXX
+#ifndef HEADER_PINGUS_PARTICLES_RAIN_PARTICLE_HOLDER_HPP
+#define HEADER_PINGUS_PARTICLES_RAIN_PARTICLE_HOLDER_HPP
 
 #include <vector>
 #include "../sprite.hpp"

Modified: trunk/pingus/src/particles/smoke_particle_holder.hpp
===================================================================
--- trunk/pingus/src/particles/smoke_particle_holder.hpp        2008-06-28 
22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/particles/smoke_particle_holder.hpp        2008-06-29 
16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PARTICLES_SMOKE_PARTICLE_HOLDER_HXX
-#define HEADER_PINGUS_PARTICLES_SMOKE_PARTICLE_HOLDER_HXX
+#ifndef HEADER_PINGUS_PARTICLES_SMOKE_PARTICLE_HOLDER_HPP
+#define HEADER_PINGUS_PARTICLES_SMOKE_PARTICLE_HOLDER_HPP
 
 #include <vector>
 #include "../sprite.hpp"

Modified: trunk/pingus/src/particles/snow_particle_holder.hpp
===================================================================
--- trunk/pingus/src/particles/snow_particle_holder.hpp 2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/particles/snow_particle_holder.hpp 2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PARTICLES_SNOW_PARTICLE_HOLDER_HXX
-#define HEADER_PINGUS_PARTICLES_SNOW_PARTICLE_HOLDER_HXX
+#ifndef HEADER_PINGUS_PARTICLES_SNOW_PARTICLE_HOLDER_HPP
+#define HEADER_PINGUS_PARTICLES_SNOW_PARTICLE_HOLDER_HPP
 
 #include <vector>
 #include "../sprite.hpp"

Modified: trunk/pingus/src/path_manager.hpp
===================================================================
--- trunk/pingus/src/path_manager.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/path_manager.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PATH_MANAGER_HXX
-#define HEADER_PINGUS_PATH_MANAGER_HXX
+#ifndef HEADER_PINGUS_PATH_MANAGER_HPP
+#define HEADER_PINGUS_PATH_MANAGER_HPP
 
 #include "pingus.hpp"
 #include "path_manager.hpp"

Modified: trunk/pingus/src/pingu.hpp
===================================================================
--- trunk/pingus/src/pingu.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/pingu.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PINGU_HXX
-#define HEADER_PINGUS_PINGU_HXX
+#ifndef HEADER_PINGUS_PINGU_HPP
+#define HEADER_PINGUS_PINGU_HPP
 
 #include "direction.hpp"
 #include "pingu_enums.hpp"

Modified: trunk/pingus/src/pingu_action.hpp
===================================================================
--- trunk/pingus/src/pingu_action.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/pingu_action.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PINGU_ACTION_HXX
-#define HEADER_PINGUS_PINGU_ACTION_HXX
+#ifndef HEADER_PINGUS_PINGU_ACTION_HPP
+#define HEADER_PINGUS_PINGU_ACTION_HPP
 
 #include "pingu_enums.hpp"
 #include "surface.hpp"

Modified: trunk/pingus/src/pingu_action_factory.hpp
===================================================================
--- trunk/pingus/src/pingu_action_factory.hpp   2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/pingu_action_factory.hpp   2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PINGU_ACTION_FACTORY_HXX
-#define HEADER_PINGUS_PINGU_ACTION_FACTORY_HXX
+#ifndef HEADER_PINGUS_PINGU_ACTION_FACTORY_HPP
+#define HEADER_PINGUS_PINGU_ACTION_FACTORY_HPP
 
 #include <map>
 #include <vector>

Modified: trunk/pingus/src/pingu_enums.hpp
===================================================================
--- trunk/pingus/src/pingu_enums.hpp    2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/pingu_enums.hpp    2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PINGU_ENUMS_HXX
-#define HEADER_PINGUS_PINGU_ENUMS_HXX
+#ifndef HEADER_PINGUS_PINGU_ENUMS_HPP
+#define HEADER_PINGUS_PINGU_ENUMS_HPP
 
 #include "pingus.hpp"
 #include <string>

Modified: trunk/pingus/src/pingu_holder.hpp
===================================================================
--- trunk/pingus/src/pingu_holder.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/pingu_holder.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PINGU_HOLDER_HXX
-#define HEADER_PINGUS_PINGU_HOLDER_HXX
+#ifndef HEADER_PINGUS_PINGU_HOLDER_HPP
+#define HEADER_PINGUS_PINGU_HOLDER_HPP
 
 #include <list>
 #include <vector>

Modified: trunk/pingus/src/pingus.hpp
===================================================================
--- trunk/pingus/src/pingus.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/pingus.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PINGUS_HXX
-#define HEADER_PINGUS_PINGUS_HXX
+#ifndef HEADER_PINGUS_PINGUS_HPP
+#define HEADER_PINGUS_PINGUS_HPP
 
 /**
  * Multiple hacks, workarounds and helper things which are included

Modified: trunk/pingus/src/pingus_error.hpp
===================================================================
--- trunk/pingus/src/pingus_error.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/pingus_error.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PINGUS_ERROR_HXX
-#define HEADER_PINGUS_PINGUS_ERROR_HXX
+#ifndef HEADER_PINGUS_PINGUS_ERROR_HPP
+#define HEADER_PINGUS_PINGUS_ERROR_HPP
 
 #include "pingus.hpp"
 #include <string>

Modified: trunk/pingus/src/pingus_level.hpp
===================================================================
--- trunk/pingus/src/pingus_level.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/pingus_level.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_LEVEL_HXX
-#define HEADER_PINGUS_LEVEL_HXX
+#ifndef HEADER_PINGUS_LEVEL_HPP
+#define HEADER_PINGUS_LEVEL_HPP
 
 #include <string>
 #include <vector>

Modified: trunk/pingus/src/pingus_level_impl.hpp
===================================================================
--- trunk/pingus/src/pingus_level_impl.hpp      2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/pingus_level_impl.hpp      2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_LEVEL_IMPL_HXX
-#define HEADER_PINGUS_LEVEL_IMPL_HXX
+#ifndef HEADER_PINGUS_LEVEL_IMPL_HPP
+#define HEADER_PINGUS_LEVEL_IMPL_HPP
 
 #include "math/size.hpp"
 #include "math/color.hpp"

Modified: trunk/pingus/src/pingus_main.hpp
===================================================================
--- trunk/pingus/src/pingus_main.hpp    2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/pingus_main.hpp    2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PINGUS_MAIN_HXX
-#define HEADER_PINGUS_PINGUS_MAIN_HXX
+#ifndef HEADER_PINGUS_PINGUS_MAIN_HPP
+#define HEADER_PINGUS_PINGUS_MAIN_HPP
 
 #include <string>
 #include "pingus.hpp"

Modified: trunk/pingus/src/pingus_menu.hpp
===================================================================
--- trunk/pingus/src/pingus_menu.hpp    2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/pingus_menu.hpp    2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PINGUS_MENU_HXX
-#define HEADER_PINGUS_PINGUS_MENU_HXX
+#ifndef HEADER_PINGUS_PINGUS_MENU_HPP
+#define HEADER_PINGUS_PINGUS_MENU_HPP
 
 #include <vector>
 #include "fonts.hpp"

Modified: trunk/pingus/src/pingus_menu_manager.hpp
===================================================================
--- trunk/pingus/src/pingus_menu_manager.hpp    2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/pingus_menu_manager.hpp    2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PINGUS_MENU_MANAGER_HXX
-#define HEADER_PINGUS_PINGUS_MENU_MANAGER_HXX
+#ifndef HEADER_PINGUS_PINGUS_MENU_MANAGER_HPP
+#define HEADER_PINGUS_PINGUS_MENU_MANAGER_HPP
 
 #include "layer_manager.hpp"
 #include "exit_menu.hpp"

Modified: trunk/pingus/src/pingus_sub_menu.hpp
===================================================================
--- trunk/pingus/src/pingus_sub_menu.hpp        2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/pingus_sub_menu.hpp        2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PINGUS_SUB_MENU_HXX
-#define HEADER_PINGUS_PINGUS_SUB_MENU_HXX
+#ifndef HEADER_PINGUS_PINGUS_SUB_MENU_HPP
+#define HEADER_PINGUS_PINGUS_SUB_MENU_HPP
 
 #include "screen/gui_screen.hpp"
 

Modified: trunk/pingus/src/plf_res_mgr.hpp
===================================================================
--- trunk/pingus/src/plf_res_mgr.hpp    2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/plf_res_mgr.hpp    2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PLF_RES_MGR_HXX
-#define HEADER_PINGUS_PLF_RES_MGR_HXX
+#ifndef HEADER_PINGUS_PLF_RES_MGR_HPP
+#define HEADER_PINGUS_PLF_RES_MGR_HPP
 
 #include "pingus_level.hpp"
 #include "SDL.h"

Modified: trunk/pingus/src/plt_xml.hpp
===================================================================
--- trunk/pingus/src/plt_xml.hpp        2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/plt_xml.hpp        2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PLT_XML_HXX
-#define HEADER_PINGUS_PLT_XML_HXX
+#ifndef HEADER_PINGUS_PLT_XML_HPP
+#define HEADER_PINGUS_PLT_XML_HPP
 
 #include <vector>
 #include <string>

Modified: trunk/pingus/src/preview_renderer.hpp
===================================================================
--- trunk/pingus/src/preview_renderer.hpp       2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/preview_renderer.hpp       2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PREVIEW_RENDERER_HXX
-#define HEADER_PREVIEW_RENDERER_HXX
+#ifndef HEADER_PREVIEW_RENDERER_HPP
+#define HEADER_PREVIEW_RENDERER_HPP
 
 #include "plf_res_mgr.hpp"
 

Modified: trunk/pingus/src/res_descriptor.hpp
===================================================================
--- trunk/pingus/src/res_descriptor.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/res_descriptor.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_RES_DESCRIPTOR_HXX
-#define HEADER_PINGUS_RES_DESCRIPTOR_HXX
+#ifndef HEADER_PINGUS_RES_DESCRIPTOR_HPP
+#define HEADER_PINGUS_RES_DESCRIPTOR_HPP
 
 #include "resource_modifier.hpp"
 

Modified: trunk/pingus/src/resource.hpp
===================================================================
--- trunk/pingus/src/resource.hpp       2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/resource.hpp       2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_RESOURCE_HXX
-#define HEADER_PINGUS_RESOURCE_HXX
+#ifndef HEADER_PINGUS_RESOURCE_HPP
+#define HEADER_PINGUS_RESOURCE_HPP
 
 #include <map>
 #include <vector>

Modified: trunk/pingus/src/resource_modifier.hpp
===================================================================
--- trunk/pingus/src/resource_modifier.hpp      2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/resource_modifier.hpp      2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_RESOURCE_MODIFIER_HXX
-#define HEADER_PINGUS_RESOURCE_MODIFIER_HXX
+#ifndef HEADER_PINGUS_RESOURCE_MODIFIER_HPP
+#define HEADER_PINGUS_RESOURCE_MODIFIER_HPP
 
 #include "pingus.hpp"
 #include <string>

Modified: trunk/pingus/src/result.hpp
===================================================================
--- trunk/pingus/src/result.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/result.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_RESULT_HXX
-#define HEADER_PINGUS_RESULT_HXX
+#ifndef HEADER_PINGUS_RESULT_HPP
+#define HEADER_PINGUS_RESULT_HPP
 
 #include "pingus_level.hpp"
 #include "pingus.hpp"

Modified: trunk/pingus/src/result_screen.hpp
===================================================================
--- trunk/pingus/src/result_screen.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/result_screen.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_RESULT_SCREEN_HXX
-#define HEADER_PINGUS_RESULT_SCREEN_HXX
+#ifndef HEADER_PINGUS_RESULT_SCREEN_HPP
+#define HEADER_PINGUS_RESULT_SCREEN_HPP
 
 #include "result.hpp"
 #include "screen/gui_screen.hpp"

Modified: trunk/pingus/src/savegame.hpp
===================================================================
--- trunk/pingus/src/savegame.hpp       2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/savegame.hpp       2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SAVEGAME_HXX
-#define HEADER_PINGUS_SAVEGAME_HXX
+#ifndef HEADER_PINGUS_SAVEGAME_HPP
+#define HEADER_PINGUS_SAVEGAME_HPP
 
 #include <string>
 #include "file_reader.hpp"

Modified: trunk/pingus/src/savegame_manager.hpp
===================================================================
--- trunk/pingus/src/savegame_manager.hpp       2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/savegame_manager.hpp       2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_SAVEGAME_MANAGER_HXX
-#define HEADER_SAVEGAME_MANAGER_HXX
+#ifndef HEADER_SAVEGAME_MANAGER_HPP
+#define HEADER_SAVEGAME_MANAGER_HPP
 
 #include <map>
 #include "savegame.hpp"

Modified: trunk/pingus/src/screen/game_delta.hpp
===================================================================
--- trunk/pingus/src/screen/game_delta.hpp      2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/screen/game_delta.hpp      2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GAME_DELTA_HXX
-#define HEADER_PINGUS_GAME_DELTA_HXX
+#ifndef HEADER_PINGUS_GAME_DELTA_HPP
+#define HEADER_PINGUS_GAME_DELTA_HPP
 
 #include <list>
 #include "../delta_manager.hpp"

Modified: trunk/pingus/src/screen/gui_screen.hpp
===================================================================
--- trunk/pingus/src/screen/gui_screen.hpp      2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/screen/gui_screen.hpp      2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_GUISCREEN_HXX
-#define HEADER_PINGUS_GUISCREEN_HXX
+#ifndef HEADER_PINGUS_GUISCREEN_HPP
+#define HEADER_PINGUS_GUISCREEN_HPP
 
 #include "screen.hpp"
 

Modified: trunk/pingus/src/screen/input_debug_screen.hpp
===================================================================
--- trunk/pingus/src/screen/input_debug_screen.hpp      2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/screen/input_debug_screen.hpp      2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_INPUT_DEBUG_SCREEN_HXX
-#define HEADER_PINGUS_INPUT_DEBUG_SCREEN_HXX
+#ifndef HEADER_PINGUS_INPUT_DEBUG_SCREEN_HPP
+#define HEADER_PINGUS_INPUT_DEBUG_SCREEN_HPP
 
 #include "screen.hpp"
 

Modified: trunk/pingus/src/screen/screen.hpp
===================================================================
--- trunk/pingus/src/screen/screen.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/screen/screen.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SCREEN_HXX
-#define HEADER_PINGUS_SCREEN_HXX
+#ifndef HEADER_PINGUS_SCREEN_HPP
+#define HEADER_PINGUS_SCREEN_HPP
 
 #include "SDL.h"
 #include "game_delta.hpp"

Modified: trunk/pingus/src/screen/screen_manager.hpp
===================================================================
--- trunk/pingus/src/screen/screen_manager.hpp  2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/screen/screen_manager.hpp  2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SCREEN_MANAGER_HXX
-#define HEADER_PINGUS_SCREEN_MANAGER_HXX
+#ifndef HEADER_PINGUS_SCREEN_MANAGER_HPP
+#define HEADER_PINGUS_SCREEN_MANAGER_HPP
 
 #include "../pingus.hpp"
 #include <vector>

Modified: trunk/pingus/src/screen/screen_manager_impl.hpp
===================================================================
--- trunk/pingus/src/screen/screen_manager_impl.hpp     2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/screen/screen_manager_impl.hpp     2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SCREEN_MANAGER_IMPL_HXX
-#define HEADER_PINGUS_SCREEN_MANAGER_IMPL_HXX
+#ifndef HEADER_PINGUS_SCREEN_MANAGER_IMPL_HPP
+#define HEADER_PINGUS_SCREEN_MANAGER_IMPL_HPP
 
 #include "pingus.hpp"
 

Modified: trunk/pingus/src/screen/screen_ptr.hpp
===================================================================
--- trunk/pingus/src/screen/screen_ptr.hpp      2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/screen/screen_ptr.hpp      2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SCREEN_PTR_HXX
-#define HEADER_PINGUS_SCREEN_PTR_HXX
+#ifndef HEADER_PINGUS_SCREEN_PTR_HPP
+#define HEADER_PINGUS_SCREEN_PTR_HPP
 
 #include "screen.hpp"
 

Modified: trunk/pingus/src/screenshot.hpp
===================================================================
--- trunk/pingus/src/screenshot.hpp     2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/screenshot.hpp     2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SCREENSHOT_HXX
-#define HEADER_PINGUS_SCREENSHOT_HXX
+#ifndef HEADER_PINGUS_SCREENSHOT_HPP
+#define HEADER_PINGUS_SCREENSHOT_HPP
 
 #include "SDL.h"
 #include "pingus.hpp"

Modified: trunk/pingus/src/server.hpp
===================================================================
--- trunk/pingus/src/server.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/server.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SERVER_HXX
-#define HEADER_PINGUS_SERVER_HXX
+#ifndef HEADER_PINGUS_SERVER_HPP
+#define HEADER_PINGUS_SERVER_HPP
 
 #include "server_event.hpp"
 #include "action_holder.hpp"

Modified: trunk/pingus/src/server_event.hpp
===================================================================
--- trunk/pingus/src/server_event.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/server_event.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SERVER_EVENT_HXX
-#define HEADER_PINGUS_SERVER_EVENT_HXX
+#ifndef HEADER_PINGUS_SERVER_EVENT_HPP
+#define HEADER_PINGUS_SERVER_EVENT_HPP
 
 #include <iosfwd>
 #include "file_reader.hpp"

Modified: trunk/pingus/src/smallmap_image.hpp
===================================================================
--- trunk/pingus/src/smallmap_image.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/smallmap_image.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SMALLMAP_IMAGE_HXX
-#define HEADER_PINGUS_SMALLMAP_IMAGE_HXX
+#ifndef HEADER_PINGUS_SMALLMAP_IMAGE_HPP
+#define HEADER_PINGUS_SMALLMAP_IMAGE_HPP
 
 #include "pingus.hpp"
 #include "sprite.hpp"

Modified: trunk/pingus/src/sound/slot_manager.hpp
===================================================================
--- trunk/pingus/src/sound/slot_manager.hpp     2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/sound/slot_manager.hpp     2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SLOT_MANAGER_HXX
-#define HEADER_PINGUS_SLOT_MANAGER_HXX
+#ifndef HEADER_PINGUS_SLOT_MANAGER_HPP
+#define HEADER_PINGUS_SLOT_MANAGER_HPP
 
 #include <string>
 #include <vector>

Modified: trunk/pingus/src/sound/sound.hpp
===================================================================
--- trunk/pingus/src/sound/sound.hpp    2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/sound/sound.hpp    2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SOUND_HXX
-#define HEADER_PINGUS_SOUND_HXX
+#ifndef HEADER_PINGUS_SOUND_HPP
+#define HEADER_PINGUS_SOUND_HPP
 
 #include <string>
 #include "sounds.hpp"

Modified: trunk/pingus/src/sound/sound_dummy.hpp
===================================================================
--- trunk/pingus/src/sound/sound_dummy.hpp      2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/sound/sound_dummy.hpp      2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SOUND_DUMMY_HXX
-#define HEADER_PINGUS_SOUND_DUMMY_HXX
+#ifndef HEADER_PINGUS_SOUND_DUMMY_HPP
+#define HEADER_PINGUS_SOUND_DUMMY_HPP
 
 #include "sound_impl.hpp"
 #include "sound.hpp"

Modified: trunk/pingus/src/sound/sound_impl.hpp
===================================================================
--- trunk/pingus/src/sound/sound_impl.hpp       2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/sound/sound_impl.hpp       2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SOUND_IMPL_HXX
-#define HEADER_PINGUS_SOUND_IMPL_HXX
+#ifndef HEADER_PINGUS_SOUND_IMPL_HPP
+#define HEADER_PINGUS_SOUND_IMPL_HPP
 
 #include "../pingus.hpp"
 

Modified: trunk/pingus/src/sound/sound_real.hpp
===================================================================
--- trunk/pingus/src/sound/sound_real.hpp       2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/sound/sound_real.hpp       2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SOUND_REAL_HXX
-#define HEADER_PINGUS_SOUND_REAL_HXX
+#ifndef HEADER_PINGUS_SOUND_REAL_HPP
+#define HEADER_PINGUS_SOUND_REAL_HPP
 
 #include "SDL_mixer.h"
 #include <config.h>

Modified: trunk/pingus/src/sound/sound_res_mgr.hpp
===================================================================
--- trunk/pingus/src/sound/sound_res_mgr.hpp    2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/sound/sound_res_mgr.hpp    2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SOUND_RES_MGR_HXX
-#define HEADER_PINGUS_SOUND_RES_MGR_HXX
+#ifndef HEADER_PINGUS_SOUND_RES_MGR_HPP
+#define HEADER_PINGUS_SOUND_RES_MGR_HPP
 
 #include <map>
 #include "SDL_mixer.h"

Modified: trunk/pingus/src/sound/sounds.hpp
===================================================================
--- trunk/pingus/src/sound/sounds.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/sound/sounds.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SOUNDS_HXX
-#define HEADER_PINGUS_SOUNDS_HXX
+#ifndef HEADER_PINGUS_SOUNDS_HPP
+#define HEADER_PINGUS_SOUNDS_HPP
 
 #include "../pingus.hpp"
 

Modified: trunk/pingus/src/start_screen.hpp
===================================================================
--- trunk/pingus/src/start_screen.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/start_screen.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_START_SCREEN_HXX
-#define HEADER_PINGUS_START_SCREEN_HXX
+#ifndef HEADER_PINGUS_START_SCREEN_HPP
+#define HEADER_PINGUS_START_SCREEN_HPP
 
 #include "pingus_level.hpp"
 #include "screen/gui_screen.hpp"

Modified: trunk/pingus/src/stat_manager.hpp
===================================================================
--- trunk/pingus/src/stat_manager.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/stat_manager.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_STAT_MANAGER_HXX
-#define HEADER_PINGUS_STAT_MANAGER_HXX
+#ifndef HEADER_PINGUS_STAT_MANAGER_HPP
+#define HEADER_PINGUS_STAT_MANAGER_HPP
 
 #include <map>
 #include <string>

Modified: trunk/pingus/src/state_sprite.hpp
===================================================================
--- trunk/pingus/src/state_sprite.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/state_sprite.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_STATE_SPRITE_HXX
-#define HEADER_STATE_SPRITE_HXX
+#ifndef HEADER_STATE_SPRITE_HPP
+#define HEADER_STATE_SPRITE_HPP
 
 #include <map>
 #include "sprite.hpp"

Modified: trunk/pingus/src/story_screen.hpp
===================================================================
--- trunk/pingus/src/story_screen.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/story_screen.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_STORY_SCREEN_HXX
-#define HEADER_PINGUS_STORY_SCREEN_HXX
+#ifndef HEADER_PINGUS_STORY_SCREEN_HPP
+#define HEADER_PINGUS_STORY_SCREEN_HPP
 
 #include <string>
 #include "res_descriptor.hpp"

Modified: trunk/pingus/src/string_format.hpp
===================================================================
--- trunk/pingus/src/string_format.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/string_format.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_STRING_FORMAT_HXX
-#define HEADER_PINGUS_STRING_FORMAT_HXX
+#ifndef HEADER_PINGUS_STRING_FORMAT_HPP
+#define HEADER_PINGUS_STRING_FORMAT_HPP
 
 #include <string>
 

Modified: trunk/pingus/src/system.hpp
===================================================================
--- trunk/pingus/src/system.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/system.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -18,8 +18,8 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_SYSTEM_HXX
-#define HEADER_PINGUS_SYSTEM_HXX
+#ifndef HEADER_PINGUS_SYSTEM_HPP
+#define HEADER_PINGUS_SYSTEM_HPP
 
 #include "pingus.hpp"
 #include <string>

Modified: trunk/pingus/src/timer.hpp
===================================================================
--- trunk/pingus/src/timer.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/timer.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_TIMER_HXX
-#define HEADER_PINGUS_TIMER_HXX
+#ifndef HEADER_PINGUS_TIMER_HPP
+#define HEADER_PINGUS_TIMER_HPP
 
 #include "pingus.hpp"
 

Modified: trunk/pingus/src/true_server.hpp
===================================================================
--- trunk/pingus/src/true_server.hpp    2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/true_server.hpp    2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_TRUE_SERVER_HXX
-#define HEADER_PINGUS_TRUE_SERVER_HXX
+#ifndef HEADER_PINGUS_TRUE_SERVER_HPP
+#define HEADER_PINGUS_TRUE_SERVER_HPP
 
 #include "pingus_level.hpp"
 #include "server.hpp"

Modified: trunk/pingus/src/world.hpp
===================================================================
--- trunk/pingus/src/world.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/world.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLD_HXX
-#define HEADER_PINGUS_WORLD_HXX
+#ifndef HEADER_PINGUS_WORLD_HPP
+#define HEADER_PINGUS_WORLD_HPP
 
 #include "pingus.hpp"
 #include <vector>

Modified: trunk/pingus/src/worldmap/dot.hpp
===================================================================
--- trunk/pingus/src/worldmap/dot.hpp   2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/worldmap/dot.hpp   2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_DOT_HXX
-#define HEADER_PINGUS_DOT_HXX
+#ifndef HEADER_PINGUS_DOT_HPP
+#define HEADER_PINGUS_DOT_HPP
 
 #include <string>
 #include "../math/vector3f.hpp"

Modified: trunk/pingus/src/worldmap/dot_factory.hpp
===================================================================
--- trunk/pingus/src/worldmap/dot_factory.hpp   2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldmap/dot_factory.hpp   2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_DOT_FACTORY_HXX
-#define HEADER_PINGUS_DOT_FACTORY_HXX
+#ifndef HEADER_PINGUS_DOT_FACTORY_HPP
+#define HEADER_PINGUS_DOT_FACTORY_HPP
 
 namespace WorldMapNS {
 

Modified: trunk/pingus/src/worldmap/drawable.hpp
===================================================================
--- trunk/pingus/src/worldmap/drawable.hpp      2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldmap/drawable.hpp      2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_DRAWABLE_HXX
-#define HEADER_PINGUS_DRAWABLE_HXX
+#ifndef HEADER_PINGUS_DRAWABLE_HPP
+#define HEADER_PINGUS_DRAWABLE_HPP
 
 #include "../pingus_error.hpp"
 #include "../file_reader.hpp"

Modified: trunk/pingus/src/worldmap/drawable_factory.hpp
===================================================================
--- trunk/pingus/src/worldmap/drawable_factory.hpp      2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/worldmap/drawable_factory.hpp      2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_DRAWABLE_FACTORY_HXX
-#define HEADER_DRAWABLE_FACTORY_HXX
+#ifndef HEADER_DRAWABLE_FACTORY_HPP
+#define HEADER_DRAWABLE_FACTORY_HPP
 
 #include "drawable.hpp"
 

Modified: trunk/pingus/src/worldmap/graph.hpp
===================================================================
--- trunk/pingus/src/worldmap/graph.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/worldmap/graph.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_GRAPH_HXX
-#define HEADER_GRAPH_HXX
+#ifndef HEADER_GRAPH_HPP
+#define HEADER_GRAPH_HPP
 
 #include <algorithm>
 #include <assert.h>

Modified: trunk/pingus/src/worldmap/level_dot.hpp
===================================================================
--- trunk/pingus/src/worldmap/level_dot.hpp     2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldmap/level_dot.hpp     2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDMAP_LEVEL_DOT_HXX
-#define HEADER_PINGUS_WORLDMAP_LEVEL_DOT_HXX
+#ifndef HEADER_PINGUS_WORLDMAP_LEVEL_DOT_HPP
+#define HEADER_PINGUS_WORLDMAP_LEVEL_DOT_HPP
 
 #include "../sprite.hpp"
 #include "../pingus_level.hpp"

Modified: trunk/pingus/src/worldmap/manager.hpp
===================================================================
--- trunk/pingus/src/worldmap/manager.hpp       2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldmap/manager.hpp       2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDMAP_MANAGER_HXX
-#define HEADER_PINGUS_WORLDMAP_MANAGER_HXX
+#ifndef HEADER_PINGUS_WORLDMAP_MANAGER_HPP
+#define HEADER_PINGUS_WORLDMAP_MANAGER_HPP
 
 #include <string>
 #include "../gui/gui_manager.hpp"

Modified: trunk/pingus/src/worldmap/metamap.hpp
===================================================================
--- trunk/pingus/src/worldmap/metamap.hpp       2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldmap/metamap.hpp       2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_METAMAP_HXX
-#define HEADER_PINGUS_METAMAP_HXX
+#ifndef HEADER_PINGUS_METAMAP_HPP
+#define HEADER_PINGUS_METAMAP_HPP
 
 #include <string>
 

Modified: trunk/pingus/src/worldmap/path.hpp
===================================================================
--- trunk/pingus/src/worldmap/path.hpp  2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/worldmap/path.hpp  2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDMAP_PATH_HXX
-#define HEADER_PINGUS_WORLDMAP_PATH_HXX
+#ifndef HEADER_PINGUS_WORLDMAP_PATH_HPP
+#define HEADER_PINGUS_WORLDMAP_PATH_HPP
 
 #include <algorithm>
 #include <vector>

Modified: trunk/pingus/src/worldmap/path_drawable.hpp
===================================================================
--- trunk/pingus/src/worldmap/path_drawable.hpp 2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldmap/path_drawable.hpp 2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PATH_DRAWABLE_HXX
-#define HEADER_PATH_DRAWABLE_HXX
+#ifndef HEADER_PATH_DRAWABLE_HPP
+#define HEADER_PATH_DRAWABLE_HPP
 
 #include "drawable.hpp"
 #include "path_graph.hpp"

Modified: trunk/pingus/src/worldmap/path_graph.hpp
===================================================================
--- trunk/pingus/src/worldmap/path_graph.hpp    2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldmap/path_graph.hpp    2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PATH_GRAPH_HXX
-#define HEADER_PATH_GRAPH_HXX
+#ifndef HEADER_PATH_GRAPH_HPP
+#define HEADER_PATH_GRAPH_HPP
 
 #include <map>
 #include <vector>

Modified: trunk/pingus/src/worldmap/pathfinder.hpp
===================================================================
--- trunk/pingus/src/worldmap/pathfinder.hpp    2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldmap/pathfinder.hpp    2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PATHFINDER_HXX
-#define HEADER_PATHFINDER_HXX
+#ifndef HEADER_PATHFINDER_HPP
+#define HEADER_PATHFINDER_HPP
 
 #include <queue>
 #include "graph.hpp"

Modified: trunk/pingus/src/worldmap/pingus.hpp
===================================================================
--- trunk/pingus/src/worldmap/pingus.hpp        2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldmap/pingus.hpp        2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDMAP_PINGUS_HXX
-#define HEADER_PINGUS_WORLDMAP_PINGUS_HXX
+#ifndef HEADER_PINGUS_WORLDMAP_PINGUS_HPP
+#define HEADER_PINGUS_WORLDMAP_PINGUS_HPP
 
 #include <math.h>
 #include "../state_sprite.hpp"

Modified: trunk/pingus/src/worldmap/sprite_drawable.hpp
===================================================================
--- trunk/pingus/src/worldmap/sprite_drawable.hpp       2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/worldmap/sprite_drawable.hpp       2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_SPRITE_DRAWABLE_HXX
-#define HEADER_SPRITE_DRAWABLE_HXX
+#ifndef HEADER_SPRITE_DRAWABLE_HPP
+#define HEADER_SPRITE_DRAWABLE_HPP
 
 #include "../sprite.hpp"
 #include "../math/vector3f.hpp"

Modified: trunk/pingus/src/worldmap/surface_drawable.hpp
===================================================================
--- trunk/pingus/src/worldmap/surface_drawable.hpp      2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/worldmap/surface_drawable.hpp      2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_SURFACE_DRAWABLE_HXX
-#define HEADER_SURFACE_DRAWABLE_HXX
+#ifndef HEADER_SURFACE_DRAWABLE_HPP
+#define HEADER_SURFACE_DRAWABLE_HPP
 
 #include "../sprite.hpp"
 #include "../math/vector3f.hpp"

Modified: trunk/pingus/src/worldmap/world_dot.hpp
===================================================================
--- trunk/pingus/src/worldmap/world_dot.hpp     2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldmap/world_dot.hpp     2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDMAP_WORLD_DOT_HXX
-#define HEADER_PINGUS_WORLDMAP_WORLD_DOT_HXX
+#ifndef HEADER_PINGUS_WORLDMAP_WORLD_DOT_HPP
+#define HEADER_PINGUS_WORLDMAP_WORLD_DOT_HPP
 
 #include "dot.hpp"
 

Modified: trunk/pingus/src/worldmap/worldmap.hpp
===================================================================
--- trunk/pingus/src/worldmap/worldmap.hpp      2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldmap/worldmap.hpp      2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDMAP_WORLDMAP_HXX
-#define HEADER_PINGUS_WORLDMAP_WORLDMAP_HXX
+#ifndef HEADER_PINGUS_WORLDMAP_WORLDMAP_HPP
+#define HEADER_PINGUS_WORLDMAP_WORLDMAP_HPP
 
 #include <vector>
 #include "../sprite.hpp"

Modified: trunk/pingus/src/worldmap/worldmap_story.hpp
===================================================================
--- trunk/pingus/src/worldmap/worldmap_story.hpp        2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/worldmap/worldmap_story.hpp        2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDMAP_STORY_HXX
-#define HEADER_PINGUS_WORLDMAP_STORY_HXX
+#ifndef HEADER_PINGUS_WORLDMAP_STORY_HPP
+#define HEADER_PINGUS_WORLDMAP_STORY_HPP
 
 #include <vector>
 #include <string>

Modified: trunk/pingus/src/worldobj.hpp
===================================================================
--- trunk/pingus/src/worldobj.hpp       2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/worldobj.hpp       2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJ_HXX
-#define HEADER_PINGUS_WORLDOBJ_HXX
+#ifndef HEADER_PINGUS_WORLDOBJ_HPP
+#define HEADER_PINGUS_WORLDOBJ_HPP
 
 #include "pingus.hpp"
 #include "file_reader.hpp"

Modified: trunk/pingus/src/worldobj_factory.hpp
===================================================================
--- trunk/pingus/src/worldobj_factory.hpp       2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobj_factory.hpp       2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJ_DATA_FACTORY_HXX
-#define HEADER_PINGUS_WORLDOBJ_DATA_FACTORY_HXX
+#ifndef HEADER_PINGUS_WORLDOBJ_DATA_FACTORY_HPP
+#define HEADER_PINGUS_WORLDOBJ_DATA_FACTORY_HPP
 
 #include <map>
 #include <string>

Modified: trunk/pingus/src/worldobjs/conveyor_belt.hpp
===================================================================
--- trunk/pingus/src/worldobjs/conveyor_belt.hpp        2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/worldobjs/conveyor_belt.hpp        2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_CONVEYOR_BELT_HXX
-#define HEADER_PINGUS_WORLDOBJS_CONVEYOR_BELT_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_CONVEYOR_BELT_HPP
+#define HEADER_PINGUS_WORLDOBJS_CONVEYOR_BELT_HPP
 
 #include "../math/vector3f.hpp"
 #include "../worldobj.hpp"

Modified: trunk/pingus/src/worldobjs/entrance.hpp
===================================================================
--- trunk/pingus/src/worldobjs/entrance.hpp     2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobjs/entrance.hpp     2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_ENTRANCE_HXX
-#define HEADER_PINGUS_ENTRANCE_HXX
+#ifndef HEADER_PINGUS_ENTRANCE_HPP
+#define HEADER_PINGUS_ENTRANCE_HPP
 
 #include "../math/vector3f.hpp"
 #include "../res_descriptor.hpp"

Modified: trunk/pingus/src/worldobjs/exit.hpp
===================================================================
--- trunk/pingus/src/worldobjs/exit.hpp 2008-06-28 22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/worldobjs/exit.hpp 2008-06-29 16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_EXIT_HXX
-#define HEADER_PINGUS_WORLDOBJS_EXIT_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_EXIT_HPP
+#define HEADER_PINGUS_WORLDOBJS_EXIT_HPP
 
 #include "../res_descriptor.hpp"
 #include "../worldobj.hpp"

Modified: trunk/pingus/src/worldobjs/fake_exit.hpp
===================================================================
--- trunk/pingus/src/worldobjs/fake_exit.hpp    2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobjs/fake_exit.hpp    2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_TRAPS_FAKE_EXIT_HXX
-#define HEADER_PINGUS_TRAPS_FAKE_EXIT_HXX
+#ifndef HEADER_PINGUS_TRAPS_FAKE_EXIT_HPP
+#define HEADER_PINGUS_TRAPS_FAKE_EXIT_HPP
 
 #include "../worldobj.hpp"
 

Modified: trunk/pingus/src/worldobjs/groundpiece.hpp
===================================================================
--- trunk/pingus/src/worldobjs/groundpiece.hpp  2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobjs/groundpiece.hpp  2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_GROUNDPIECE_HXX
-#define HEADER_PINGUS_WORLDOBJS_GROUNDPIECE_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_GROUNDPIECE_HPP
+#define HEADER_PINGUS_WORLDOBJS_GROUNDPIECE_HPP
 
 #include "../res_descriptor.hpp"
 #include "../groundtype.hpp"

Modified: trunk/pingus/src/worldobjs/guillotine.hpp
===================================================================
--- trunk/pingus/src/worldobjs/guillotine.hpp   2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobjs/guillotine.hpp   2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_GUILLOTINE_HXX
-#define HEADER_PINGUS_WORLDOBJS_GUILLOTINE_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_GUILLOTINE_HPP
+#define HEADER_PINGUS_WORLDOBJS_GUILLOTINE_HPP
 
 #include "../direction.hpp"
 #include "../worldobj.hpp"

Modified: trunk/pingus/src/worldobjs/hammer.hpp
===================================================================
--- trunk/pingus/src/worldobjs/hammer.hpp       2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobjs/hammer.hpp       2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_HAMMER_HXX
-#define HEADER_PINGUS_WORLDOBJS_HAMMER_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_HAMMER_HPP
+#define HEADER_PINGUS_WORLDOBJS_HAMMER_HPP
 
 #include "../worldobj.hpp"
 

Modified: trunk/pingus/src/worldobjs/hotspot.hpp
===================================================================
--- trunk/pingus/src/worldobjs/hotspot.hpp      2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobjs/hotspot.hpp      2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_HOTSPOT_HXX
-#define HEADER_PINGUS_WORLDOBJS_HOTSPOT_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_HOTSPOT_HPP
+#define HEADER_PINGUS_WORLDOBJS_HOTSPOT_HPP
 
 #include "../worldobj.hpp"
 

Modified: trunk/pingus/src/worldobjs/ice_block.hpp
===================================================================
--- trunk/pingus/src/worldobjs/ice_block.hpp    2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobjs/ice_block.hpp    2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_ICE_BLOCK_HXX
-#define HEADER_PINGUS_WORLDOBJS_ICE_BLOCK_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_ICE_BLOCK_HPP
+#define HEADER_PINGUS_WORLDOBJS_ICE_BLOCK_HPP
 
 #include "../worldobj.hpp"
 

Modified: trunk/pingus/src/worldobjs/info_box.hpp
===================================================================
--- trunk/pingus/src/worldobjs/info_box.hpp     2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobjs/info_box.hpp     2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_INFO_BOX_HXX
-#define HEADER_PINGUS_WORLDOBJS_INFO_BOX_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_INFO_BOX_HPP
+#define HEADER_PINGUS_WORLDOBJS_INFO_BOX_HPP
 
 #include "../worldobj.hpp"
 

Modified: trunk/pingus/src/worldobjs/laser_exit.hpp
===================================================================
--- trunk/pingus/src/worldobjs/laser_exit.hpp   2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobjs/laser_exit.hpp   2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_LASER_EXIT_HXX
-#define HEADER_PINGUS_WORLDOBJS_LASER_EXIT_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_LASER_EXIT_HPP
+#define HEADER_PINGUS_WORLDOBJS_LASER_EXIT_HPP
 
 #include "../worldobj.hpp"
 #include "../sprite.hpp"

Modified: trunk/pingus/src/worldobjs/liquid.hpp
===================================================================
--- trunk/pingus/src/worldobjs/liquid.hpp       2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobjs/liquid.hpp       2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_LIQUID_HXX
-#define HEADER_PINGUS_WORLDOBJS_LIQUID_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_LIQUID_HPP
+#define HEADER_PINGUS_WORLDOBJS_LIQUID_HPP
 
 #include "../res_descriptor.hpp"
 #include "../worldobj.hpp"

Modified: trunk/pingus/src/worldobjs/rain_generator.hpp
===================================================================
--- trunk/pingus/src/worldobjs/rain_generator.hpp       2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/worldobjs/rain_generator.hpp       2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PARTICLES_RAIN_GENERATOR_HXX
-#define HEADER_PINGUS_PARTICLES_RAIN_GENERATOR_HXX
+#ifndef HEADER_PINGUS_PARTICLES_RAIN_GENERATOR_HPP
+#define HEADER_PINGUS_PARTICLES_RAIN_GENERATOR_HPP
 
 #include "../worldobj.hpp"
 

Modified: trunk/pingus/src/worldobjs/smasher.hpp
===================================================================
--- trunk/pingus/src/worldobjs/smasher.hpp      2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobjs/smasher.hpp      2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_SMASHER_HXX
-#define HEADER_PINGUS_WORLDOBJS_SMASHER_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_SMASHER_HPP
+#define HEADER_PINGUS_WORLDOBJS_SMASHER_HPP
 
 #include "../worldobj.hpp"
 

Modified: trunk/pingus/src/worldobjs/snow_generator.hpp
===================================================================
--- trunk/pingus/src/worldobjs/snow_generator.hpp       2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/worldobjs/snow_generator.hpp       2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_PARTICLES_SNOW_GENERATOR_HXX
-#define HEADER_PINGUS_PARTICLES_SNOW_GENERATOR_HXX
+#ifndef HEADER_PINGUS_PARTICLES_SNOW_GENERATOR_HPP
+#define HEADER_PINGUS_PARTICLES_SNOW_GENERATOR_HPP
 
 #include "../worldobj.hpp"
 

Modified: trunk/pingus/src/worldobjs/solid_color_background.hpp
===================================================================
--- trunk/pingus/src/worldobjs/solid_color_background.hpp       2008-06-28 
22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/worldobjs/solid_color_background.hpp       2008-06-29 
16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_SOLID_COLOR_BACKGROUND_HXX
-#define HEADER_PINGUS_WORLDOBJS_SOLID_COLOR_BACKGROUND_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_SOLID_COLOR_BACKGROUND_HPP
+#define HEADER_PINGUS_WORLDOBJS_SOLID_COLOR_BACKGROUND_HPP
 
 #include "../math/color.hpp"
 #include "../worldobj.hpp"

Modified: trunk/pingus/src/worldobjs/spike.hpp
===================================================================
--- trunk/pingus/src/worldobjs/spike.hpp        2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobjs/spike.hpp        2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_TRAPS_SPIKE_HXX
-#define HEADER_PINGUS_TRAPS_SPIKE_HXX
+#ifndef HEADER_PINGUS_TRAPS_SPIKE_HPP
+#define HEADER_PINGUS_TRAPS_SPIKE_HPP
 
 #include "../worldobj.hpp"
 

Modified: trunk/pingus/src/worldobjs/starfield_background.hpp
===================================================================
--- trunk/pingus/src/worldobjs/starfield_background.hpp 2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/worldobjs/starfield_background.hpp 2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOJBS_STARFIELD_BACKGROUND_HXX
-#define HEADER_PINGUS_WORLDOBJS_STARFIELD_BACKGROUND_HXX
+#ifndef HEADER_PINGUS_WORLDOJBS_STARFIELD_BACKGROUND_HPP
+#define HEADER_PINGUS_WORLDOBJS_STARFIELD_BACKGROUND_HPP
 
 #include <vector>
 #include "../worldobj.hpp"

Modified: trunk/pingus/src/worldobjs/starfield_background_stars.hpp
===================================================================
--- trunk/pingus/src/worldobjs/starfield_background_stars.hpp   2008-06-28 
22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/worldobjs/starfield_background_stars.hpp   2008-06-29 
16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_STARFIELD_BACKGROUND_STARS_HXX
-#define HEADER_PINGUS_WORLDOBJS_STARFIELD_BACKGROUND_STARS_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_STARFIELD_BACKGROUND_STARS_HPP
+#define HEADER_PINGUS_WORLDOBJS_STARFIELD_BACKGROUND_STARS_HPP
 
 #include "../worldobj.hpp"
 #include "../sprite.hpp"

Modified: trunk/pingus/src/worldobjs/surface_background.hpp
===================================================================
--- trunk/pingus/src/worldobjs/surface_background.hpp   2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/worldobjs/surface_background.hpp   2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_SURFACE_BACKGROUND_HXX
-#define HEADER_PINGUS_WORLDOBJS_SURFACE_BACKGROUND_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_SURFACE_BACKGROUND_HPP
+#define HEADER_PINGUS_WORLDOBJS_SURFACE_BACKGROUND_HPP
 
 #include "../res_descriptor.hpp"
 #include "../worldobj.hpp"

Modified: trunk/pingus/src/worldobjs/switch_door.hpp
===================================================================
--- trunk/pingus/src/worldobjs/switch_door.hpp  2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobjs/switch_door.hpp  2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_SWITCH_DOOR_HXX
-#define HEADER_PINGUS_WORLDOBJS_SWITCH_DOOR_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_SWITCH_DOOR_HPP
+#define HEADER_PINGUS_WORLDOBJS_SWITCH_DOOR_HPP
 
 #include "../worldobj.hpp"
 

Modified: trunk/pingus/src/worldobjs/teleporter.hpp
===================================================================
--- trunk/pingus/src/worldobjs/teleporter.hpp   2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobjs/teleporter.hpp   2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_TELEPORTER_HXX
-#define HEADER_PINGUS_WORLDOBJS_TELEPORTER_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_TELEPORTER_HPP
+#define HEADER_PINGUS_WORLDOBJS_TELEPORTER_HPP
 
 #include "../worldobj.hpp"
 

Modified: trunk/pingus/src/worldobjs/teleporter_target.hpp
===================================================================
--- trunk/pingus/src/worldobjs/teleporter_target.hpp    2008-06-28 22:55:55 UTC 
(rev 3581)
+++ trunk/pingus/src/worldobjs/teleporter_target.hpp    2008-06-29 16:56:56 UTC 
(rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_TELEPORTER_TARGET_HXX
-#define HEADER_PINGUS_WORLDOBJS_TELEPORTER_TARGET_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_TELEPORTER_TARGET_HPP
+#define HEADER_PINGUS_WORLDOBJS_TELEPORTER_TARGET_HPP
 
 #include "../worldobj.hpp"
 

Modified: trunk/pingus/src/worldobjs/thunderstorm_background.hpp
===================================================================
--- trunk/pingus/src/worldobjs/thunderstorm_background.hpp      2008-06-28 
22:55:55 UTC (rev 3581)
+++ trunk/pingus/src/worldobjs/thunderstorm_background.hpp      2008-06-29 
16:56:56 UTC (rev 3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_THUNDERSTORM_BACKGROUND_HXX
-#define HEADER_PINGUS_WORLDOBJS_THUNDERSTORM_BACKGROUND_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_THUNDERSTORM_BACKGROUND_HPP
+#define HEADER_PINGUS_WORLDOBJS_THUNDERSTORM_BACKGROUND_HPP
 
 #include "../worldobj.hpp"
 

Modified: trunk/pingus/src/worldobjs/woodthing.hpp
===================================================================
--- trunk/pingus/src/worldobjs/woodthing.hpp    2008-06-28 22:55:55 UTC (rev 
3581)
+++ trunk/pingus/src/worldobjs/woodthing.hpp    2008-06-29 16:56:56 UTC (rev 
3582)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_PINGUS_WORLDOBJS_ENTRANCES_WOODTHING_HXX
-#define HEADER_PINGUS_WORLDOBJS_ENTRANCES_WOODTHING_HXX
+#ifndef HEADER_PINGUS_WORLDOBJS_ENTRANCES_WOODTHING_HPP
+#define HEADER_PINGUS_WORLDOBJS_ENTRANCES_WOODTHING_HPP
 
 #include "entrance.hpp"
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]