|
From: <sik...@us...> - 2006-05-25 23:31:56
|
Revision: 73 Author: sik0fewl Date: 2006-05-25 16:31:51 -0700 (Thu, 25 May 2006) ViewCVS: http://svn.sourceforge.net/perceptioncrash/?rev=73&view=rev Log Message: ----------- Fixed header excluder defines Modified Paths: -------------- trunk/perceptioncrash/src/Entity.hpp trunk/perceptioncrash/src/MainMenuState.hpp trunk/perceptioncrash/src/Quest.hpp trunk/perceptioncrash/src/QuestLogState.hpp trunk/perceptioncrash/src/QuestManager.hpp Modified: trunk/perceptioncrash/src/Entity.hpp =================================================================== --- trunk/perceptioncrash/src/Entity.hpp 2006-05-25 23:29:12 UTC (rev 72) +++ trunk/perceptioncrash/src/Entity.hpp 2006-05-25 23:31:51 UTC (rev 73) @@ -1,5 +1,5 @@ -#ifndef ENTITY_HPP -#define ENTITY_HPP +#ifndef PC_ENTITY_HPP +#define PC_ENTITY_HPP #include <OgreEntity.h> @@ -17,4 +17,4 @@ }; -#endif /* ENTITY_HPP */ +#endif /* PC_ENTITY_HPP */ Modified: trunk/perceptioncrash/src/MainMenuState.hpp =================================================================== --- trunk/perceptioncrash/src/MainMenuState.hpp 2006-05-25 23:29:12 UTC (rev 72) +++ trunk/perceptioncrash/src/MainMenuState.hpp 2006-05-25 23:31:51 UTC (rev 73) @@ -1,5 +1,5 @@ -#ifndef MAIN_MENU_STATE_HPP -#define MAIN_MENU_STATE_HPP +#ifndef PC_MAIN_MENU_STATE_HPP +#define PC_MAIN_MENU_STATE_HPP #include <Ogre.h> #include <CEGUIImageset.h> @@ -56,4 +56,4 @@ static MainMenuState mMainMenuState; }; -#endif /* MAIN_MENU_STATE_HPP */ +#endif /* PC_MAIN_MENU_STATE_HPP */ Modified: trunk/perceptioncrash/src/Quest.hpp =================================================================== --- trunk/perceptioncrash/src/Quest.hpp 2006-05-25 23:29:12 UTC (rev 72) +++ trunk/perceptioncrash/src/Quest.hpp 2006-05-25 23:31:51 UTC (rev 73) @@ -1,5 +1,5 @@ -#ifndef QUEST_HPP -#define QUEST_HPP +#ifndef PC_QUEST_HPP +#define PC_QUEST_HPP #include "tinyxml/tinyxml.h" #include <string> @@ -72,4 +72,4 @@ }; -#endif /* QUEST_HPP */ \ No newline at end of file +#endif /* QUEST_HPP */ Modified: trunk/perceptioncrash/src/QuestLogState.hpp =================================================================== --- trunk/perceptioncrash/src/QuestLogState.hpp 2006-05-25 23:29:12 UTC (rev 72) +++ trunk/perceptioncrash/src/QuestLogState.hpp 2006-05-25 23:31:51 UTC (rev 73) @@ -1,5 +1,5 @@ -#ifndef QUEST_LOG_STATE_HPP -#define QUEST_LOG_STATE_HPP +#ifndef PC_QUEST_LOG_STATE_HPP +#define PC_QUEST_LOG_STATE_HPP #include "GameState.hpp" @@ -38,4 +38,4 @@ static QuestLogState mQuestLogState; }; -#endif /* QUEST_LOG_STATE_HPP */ +#endif /* PC_QUEST_LOG_STATE_HPP */ Modified: trunk/perceptioncrash/src/QuestManager.hpp =================================================================== --- trunk/perceptioncrash/src/QuestManager.hpp 2006-05-25 23:29:12 UTC (rev 72) +++ trunk/perceptioncrash/src/QuestManager.hpp 2006-05-25 23:31:51 UTC (rev 73) @@ -1,5 +1,5 @@ -#ifndef QUEST_MANAGER_HPP -#define QUEST_MANAGER_HPP +#ifndef PC_QUEST_MANAGER_HPP +#define PC_QUEST_MANAGER_HPP #include "GameState.hpp" #include "QuestLogState.hpp" @@ -20,4 +20,4 @@ }; -#endif /* QUEST_MANAGER_HPP */ +#endif /* PC_QUEST_MANAGER_HPP */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |