diff options
author | megamage <none@none> | 2009-03-26 13:53:32 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-26 13:53:32 -0600 |
commit | 68c3039715d8b68aa1b33a44bae3dd5d59eb5e5f (patch) | |
tree | 1eb657d76ea97fc08dff54f9eea59dc976c4136a /win | |
parent | bdafaf41134a26818d81ad1ffe853f6013635c4c (diff) |
*Move most reputation/force faction reaction code to new ReputationMgr. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'win')
-rw-r--r-- | win/VC71/game.vcproj | 6 | ||||
-rw-r--r-- | win/VC80/game.vcproj | 8 | ||||
-rw-r--r-- | win/VC90/game.vcproj | 8 |
3 files changed, 22 insertions, 0 deletions
diff --git a/win/VC71/game.vcproj b/win/VC71/game.vcproj index 884121169af..0a226b5db42 100644 --- a/win/VC71/game.vcproj +++ b/win/VC71/game.vcproj @@ -812,6 +812,12 @@ RelativePath="..\..\src\game\ReactorAI.h"> </File> <File + RelativePath="..\..\src\game\ReputationMgr.cpp"> + </File> + <File + RelativePath="..\..\src\game\ReputationMgr.h"> + </File> + <File RelativePath="..\..\src\game\SocialMgr.cpp"> </File> <File diff --git a/win/VC80/game.vcproj b/win/VC80/game.vcproj index 2b948b37bd0..2d8b79365b5 100644 --- a/win/VC80/game.vcproj +++ b/win/VC80/game.vcproj @@ -1220,6 +1220,14 @@ > </File> <File + RelativePath="..\..\src\game\ReputationMgr.cpp" + > + </File> + <File + RelativePath="..\..\src\game\ReputationMgr.h" + > + </File> + <File RelativePath="..\..\src\game\SocialMgr.cpp" > </File> diff --git a/win/VC90/game.vcproj b/win/VC90/game.vcproj index fe10eeef8ac..3eabeb0e139 100644 --- a/win/VC90/game.vcproj +++ b/win/VC90/game.vcproj @@ -1219,6 +1219,14 @@ > </File> <File + RelativePath="..\..\src\game\ReputationMgr.cpp" + > + </File> + <File + RelativePath="..\..\src\game\ReputationMgr.h" + > + </File> + <File RelativePath="..\..\src\game\SocialMgr.cpp" > </File> |