(svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.

This commit is contained in:
rubidium
2008-08-11 22:45:11 +00:00
parent 122f029b93
commit 31d69a49e8
17 changed files with 531 additions and 491 deletions

View File

@@ -1767,6 +1767,10 @@
RelativePath=".\..\src\music_gui.cpp"
>
</File>
<File
RelativePath=".\..\src\network\network_chat_gui.cpp"
>
</File>
<File
RelativePath=".\..\src\network\network_gui.cpp"
>

View File

@@ -1764,6 +1764,10 @@
RelativePath=".\..\src\music_gui.cpp"
>
</File>
<File
RelativePath=".\..\src\network\network_chat_gui.cpp"
>
</File>
<File
RelativePath=".\..\src\network\network_gui.cpp"
>