mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
added g_game.cpp to network hash
This commit is contained in:
parent
7a080b0f00
commit
b575882d7a
|
@ -138,7 +138,11 @@ networkdata = DataCompile(
|
|||
"src/game/generated/g_protocol_ids.h",
|
||||
"src/game/generated/g_protocol_ids.cpp")
|
||||
|
||||
nethash = CHash("src/game/generated/nethash.c", "src/engine/e_protocol.h", "src/game/g_protocol.h", networkdata.header)
|
||||
nethash = CHash(
|
||||
"src/game/generated/nethash.c",
|
||||
"src/engine/e_protocol.h",
|
||||
"src/game/g_protocol.h",
|
||||
"src/game/g_game.cpp", networkdata.header)
|
||||
|
||||
client_link_other = {}
|
||||
if family == "windows" then
|
||||
|
|
Loading…
Reference in a new issue