repo.or.cz
/
openttd-github.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix #10490: Allow ships to exit depots if another is not moving at the exit point...
[openttd-github.git]
/
src
/
network
/
CMakeLists.txt
blob
5b97de5cd23695d0790c6cede008ac40769282c7
1
add_subdirectory(core)
2
3
add_files(
4
network.cpp
5
network.h
6
network_admin.cpp
7
network_admin.h
8
network_base.h
9
network_chat_gui.cpp
10
network_client.cpp
11
network_client.h
12
network_command.cpp
13
network_content.cpp
14
network_content.h
15
network_content_gui.cpp
16
network_content_gui.h
17
network_coordinator.cpp
18
network_coordinator.h
19
network_func.h
20
network_gamelist.cpp
21
network_gamelist.h
22
network_gui.cpp
23
network_gui.h
24
network_internal.h
25
network_query.cpp
26
network_query.h
27
network_server.cpp
28
network_server.h
29
network_stun.cpp
30
network_stun.h
31
network_survey.cpp
32
network_survey.h
33
network_turn.cpp
34
network_turn.h
35
network_type.h
36
network_udp.cpp
37
network_udp.h
38
)