mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Rename packethandler/{client,server}.cpp to {client,server}packethandler.cpp
* Requested by @Zeno- * Approved by @nerzhul
This commit is contained in:
parent
aaf26b3a44
commit
b560294050
4 changed files with 5 additions and 5 deletions
|
@ -221,9 +221,9 @@ LOCAL_SRC_FILES += \
|
|||
jni/src/network/connection.cpp \
|
||||
jni/src/network/networkpacket.cpp \
|
||||
jni/src/network/clientopcodes.cpp \
|
||||
jni/src/network/clientpackethandler.cpp \
|
||||
jni/src/network/serveropcodes.cpp \
|
||||
jni/src/network/packethandlers/server.cpp \
|
||||
jni/src/network/packethandlers/client.cpp
|
||||
jni/src/network/serverpackethandler.cpp \
|
||||
|
||||
# lua api
|
||||
LOCAL_SRC_FILES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue