Replaced all remaining HEADER_.*_H with HEADER_.*_HPP .
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3585 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
590eab3315
commit
25b9d9643c
src
audio
challenges
gui
input
items
karts
network
character_info_message.hppcharacter_selected_message.hppconnect_message.hppkart_control_message.hppkart_update_message.hppnetwork_kart.hppnetwork_manager.hppnum_players_message.hppremote_kart_info.hppworld_loaded_message.hpp
race
replay
robots
utils
@ -38,5 +38,5 @@ public:
|
||||
virtual ~Music () {};
|
||||
};
|
||||
|
||||
#endif // HEADER_MUSIC_H
|
||||
#endif // HEADER_MUSIC_HPP
|
||||
|
||||
|
@ -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_MUSICOGG_H
|
||||
#define HEADER_MUSICOGG_H
|
||||
#ifndef HEADER_MUSICOGG_HPP
|
||||
#define HEADER_MUSICOGG_HPP
|
||||
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
@ -81,4 +81,4 @@ private:
|
||||
static const int m_buffer_size = 11025*4;//one full second of audio at 44100 samples per second
|
||||
};
|
||||
|
||||
#endif // HEADER_MUSICOGG_H
|
||||
#endif // HEADER_MUSICOGG_HPP
|
||||
|
@ -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_SOUNDMANAGER_H
|
||||
#define HEADER_SOUNDMANAGER_H
|
||||
#ifndef HEADER_SOUNDMANAGER_HPP
|
||||
#define HEADER_SOUNDMANAGER_HPP
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
@ -76,5 +76,5 @@ public:
|
||||
|
||||
extern SoundManager* sound_manager;
|
||||
|
||||
#endif // HEADER_SOUNDMANAGER_H
|
||||
#endif // HEADER_SOUNDMANAGER_HPP
|
||||
|
||||
|
@ -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_UNLOCK_MANAGER_H
|
||||
#define HEADER_UNLOCK_MANAGER_H
|
||||
#ifndef HEADER_UNLOCK_MANAGER_HPP
|
||||
#define HEADER_UNLOCK_MANAGER_HPP
|
||||
|
||||
#include <map>
|
||||
|
||||
|
@ -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_FONT_H
|
||||
#define HEADER_FONT_H
|
||||
#ifndef HEADER_FONT_HPP
|
||||
#define HEADER_FONT_HPP
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -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_INPUT_MANAGER_H
|
||||
#define HEADER_INPUT_MANAGER_H
|
||||
#ifndef HEADER_INPUT_MANAGER_HPP
|
||||
#define HEADER_INPUT_MANAGER_HPP
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -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_ATTACHMENT_H
|
||||
#define HEADER_ATTACHMENT_H
|
||||
#ifndef HEADER_ATTACHMENT_HPP
|
||||
#define HEADER_ATTACHMENT_HPP
|
||||
|
||||
#include "stk_config.hpp"
|
||||
#include "utils/random_generator.hpp"
|
||||
|
@ -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_ITEMMANAGER_H
|
||||
#define HEADER_ITEMMANAGER_H
|
||||
#ifndef HEADER_ITEMMANAGER_HPP
|
||||
#define HEADER_ITEMMANAGER_HPP
|
||||
|
||||
|
||||
#include <vector>
|
||||
|
@ -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_POWERUP_H
|
||||
#define HEADER_POWERUP_H
|
||||
#ifndef HEADER_POWERUP_HPP
|
||||
#define HEADER_POWERUP_HPP
|
||||
|
||||
#define MAX_POWERUPS 5
|
||||
|
||||
|
@ -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_AUTOKART_H
|
||||
#define HEADER_AUTOKART_H
|
||||
#ifndef HEADER_AUTOKART_HPP
|
||||
#define HEADER_AUTOKART_HPP
|
||||
|
||||
#include "karts/kart.hpp"
|
||||
#include "karts/kart_properties.hpp"
|
||||
|
@ -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_KARTPROPERTIESMANAGER_H
|
||||
#define HEADER_KARTPROPERTIESMANAGER_H
|
||||
#ifndef HEADER_KARTPROPERTIESMANAGER_HPP
|
||||
#define HEADER_KARTPROPERTIESMANAGER_HPP
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
@ -19,8 +19,8 @@
|
||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
|
||||
#ifndef HEADER_PLAYERKART_H
|
||||
#define HEADER_PLAYERKART_H
|
||||
#ifndef HEADER_PLAYERKART_HPP
|
||||
#define HEADER_PLAYERKART_HPP
|
||||
|
||||
#include "player.hpp"
|
||||
#include "karts/kart.hpp"
|
||||
|
@ -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_CHARACTER_INFO_MESSAGE_H
|
||||
#define HEADER_CHARACTER_INFO_MESSAGE_H
|
||||
#ifndef HEADER_CHARACTER_INFO_MESSAGE_HPP
|
||||
#define HEADER_CHARACTER_INFO_MESSAGE_HPP
|
||||
|
||||
#include "karts/kart_properties_manager.hpp"
|
||||
#include "network/message.hpp"
|
||||
|
@ -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_CHARACTER_SELECTED_MESSAGE_H
|
||||
#define HEADER_CHARACTER_SELECTED_MESSAGE_H
|
||||
#ifndef HEADER_CHARACTER_SELECTED_MESSAGE_HPP
|
||||
#define HEADER_CHARACTER_SELECTED_MESSAGE_HPP
|
||||
|
||||
#include "network/message.hpp"
|
||||
#include "network/remote_kart_info.hpp"
|
||||
|
@ -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_CONNECT_MESSAGE_H
|
||||
#define HEADER_CONNECT_MESSAGE_H
|
||||
#ifndef HEADER_CONNECT_MESSAGE_HPP
|
||||
#define HEADER_CONNECT_MESSAGE_HPP
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -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_KART_CONTROL_MESSAGE_H
|
||||
#define HEADER_KART_CONTROL_MESSAGE_H
|
||||
#ifndef HEADER_KART_CONTROL_MESSAGE_HPP
|
||||
#define HEADER_KART_CONTROL_MESSAGE_HPP
|
||||
|
||||
#include "network/message.hpp"
|
||||
|
||||
|
@ -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_KART_UPDATE_MESSAGE_H
|
||||
#define HEADER_KART_UPDATE_MESSAGE_H
|
||||
#ifndef HEADER_KART_UPDATE_MESSAGE_HPP
|
||||
#define HEADER_KART_UPDATE_MESSAGE_HPP
|
||||
|
||||
#include "network/message.hpp"
|
||||
|
||||
|
@ -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_NETWORK_KART_H
|
||||
#define HEADER_NETWORK_KART_H
|
||||
#ifndef HEADER_NETWORK_KART_HPP
|
||||
#define HEADER_NETWORK_KART_HPP
|
||||
|
||||
#include "karts/kart.hpp"
|
||||
|
||||
|
@ -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_NETWORK_MANAGER_H
|
||||
#define HEADER_NETWORK_MANAGER_H
|
||||
#ifndef HEADER_NETWORK_MANAGER_HPP
|
||||
#define HEADER_NETWORK_MANAGER_HPP
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -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_NUM_PLAYERS_MESSAGE_H
|
||||
#define HEADER_NUM_PLAYERS_MESSAGE_H
|
||||
#ifndef HEADER_NUM_PLAYERS_MESSAGE_HPP
|
||||
#define HEADER_NUM_PLAYERS_MESSAGE_HPP
|
||||
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
@ -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_REMOTE_KART_INFO_H
|
||||
#define HEADER_REMOTE_KART_INFO_H
|
||||
#ifndef HEADER_REMOTE_KART_INFO_HPP
|
||||
#define HEADER_REMOTE_KART_INFO_HPP
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -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_WORLD_LOADED_H
|
||||
#define HEADER_WORLD_LOADED_H
|
||||
#ifndef HEADER_WORLD_LOADED_HPP
|
||||
#define HEADER_WORLD_LOADED_HPP
|
||||
|
||||
#include "network/message.hpp"
|
||||
|
||||
|
@ -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_GRAND_PRIX_DATA_H
|
||||
#define HEADER_GRAND_PRIX_DATA_H
|
||||
#ifndef HEADER_GRAND_PRIX_DATA_HPP
|
||||
#define HEADER_GRAND_PRIX_DATA_HPP
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -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_GRAND_PRIX_MANAGER_H
|
||||
#define HEADER_GRAND_PRIX_MANAGER_H
|
||||
#ifndef HEADER_GRAND_PRIX_MANAGER_HPP
|
||||
#define HEADER_GRAND_PRIX_MANAGER_HPP
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
@ -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_REPLAYBASE_H
|
||||
#define HEADER_REPLAYBASE_H
|
||||
#ifndef HEADER_REPLAYBASE_HPP
|
||||
#define HEADER_REPLAYBASE_HPP
|
||||
|
||||
#ifdef HAVE_GHOST_REPLAY
|
||||
|
||||
@ -72,5 +72,5 @@ protected:
|
||||
|
||||
#endif // HAVE_GHOST_REPLAY
|
||||
|
||||
#endif // HEADER_REPLAYBASE_H
|
||||
#endif // HEADER_REPLAYBASE_HPP
|
||||
|
||||
|
@ -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_REPLAYBUFFERTPL_H
|
||||
#define HEADER_REPLAYBUFFERTPL_H
|
||||
#ifndef HEADER_REPLAYBUFFERTPL_HPP
|
||||
#define HEADER_REPLAYBUFFERTPL_HPP
|
||||
|
||||
#ifdef HAVE_GHOST_REPLAY
|
||||
|
||||
@ -304,5 +304,5 @@ T* ReplayBufferArray<T>::getNewArray()
|
||||
|
||||
#endif // HAVE_GHOST_REPLAY
|
||||
|
||||
#endif // HEADER_REPLAYBUFFERTPL_H
|
||||
#endif // HEADER_REPLAYBUFFERTPL_HPP
|
||||
|
||||
|
@ -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_REPLAYBUFFERS_H
|
||||
#define HEADER_REPLAYBUFFERS_H
|
||||
#ifndef HEADER_REPLAYBUFFERS_HPP
|
||||
#define HEADER_REPLAYBUFFERS_HPP
|
||||
|
||||
#ifdef HAVE_GHOST_REPLAY
|
||||
|
||||
@ -74,5 +74,5 @@ private:
|
||||
|
||||
#endif // HAVE_GHOST_REPLAY
|
||||
|
||||
#endif // HEADER_REPLAYBUFFERS_H
|
||||
#endif // HEADER_REPLAYBUFFERS_HPP
|
||||
|
||||
|
@ -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_REPLAYPLAYER_H
|
||||
#define HEADER_REPLAYPLAYER_H
|
||||
#ifndef HEADER_REPLAYPLAYER_HPP
|
||||
#define HEADER_REPLAYPLAYER_HPP
|
||||
|
||||
#ifdef HAVE_GHOST_REPLAY
|
||||
|
||||
@ -83,5 +83,5 @@ private:
|
||||
|
||||
#endif // HAVE_GHOST_REPLAY
|
||||
|
||||
#endif // HEADER_REPLAYPLAYER_H
|
||||
#endif // HEADER_REPLAYPLAYER_HPP
|
||||
|
||||
|
@ -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_REPLAYRECORDER_H
|
||||
#define HEADER_REPLAYRECORDER_H
|
||||
#ifndef HEADER_REPLAYRECORDER_HPP
|
||||
#define HEADER_REPLAYRECORDER_HPP
|
||||
|
||||
#ifdef HAVE_GHOST_REPLAY
|
||||
|
||||
@ -59,5 +59,5 @@ private:
|
||||
|
||||
#endif // HAVE_GHOST_REPLAY
|
||||
|
||||
#endif // HEADER_REPLAYRECORDER_H
|
||||
#endif // HEADER_REPLAYRECORDER_HPP
|
||||
|
||||
|
@ -16,8 +16,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_DEFAULT_H
|
||||
#define HEADER_DEFAULT_H
|
||||
#ifndef HEADER_DEFAULT_HPP
|
||||
#define HEADER_DEFAULT_HPP
|
||||
|
||||
#include "karts/auto_kart.hpp"
|
||||
#include "utils/vec3.hpp"
|
||||
|
@ -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_EMPTY_H
|
||||
#define HEADER_EMPTY_H
|
||||
#ifndef HEADER_EMPTY_HPP
|
||||
#define HEADER_EMPTY_HPP
|
||||
|
||||
#include "auto_kart.hpp"
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
|
||||
#ifndef HEADER_COORD_H
|
||||
#define HEADER_COORD_H
|
||||
#ifndef HEADER_COORD_HPP
|
||||
#define HEADER_COORD_HPP
|
||||
|
||||
#include "LinearMath/btTransform.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user