]> git.xonotic.org Git - xonotic/darkplaces.git/commit
(Round 1) Break up protocol.c
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 1 Jul 2020 19:39:50 +0000 (19:39 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 1 Jul 2020 19:39:50 +0000 (19:39 +0000)
commite4ea617371d853df6889fef0dee598e1030c1268
tree5c64d4aa76bdf3e8130b0080a392e75bfdcb8701
parent57e07547beb7bc4f363949b174c1c40da218ce73
(Round 1) Break up protocol.c

Different entframe functions for different protocols warrant separate
files for maintainability and readability purposes.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12772 d7cf8633-e32d-0410-b094-e92efae38249
cl_entframe.c [new file with mode: 0644]
cl_entframe_quake.c [new file with mode: 0644]
darkplaces-sdl2-vs2017.vcxproj
darkplaces-sdl2-vs2019.vcxproj
makefile.inc
protocol.c
protocol.h
sv_entframe_csqc.c [new file with mode: 0644]
sv_entframe_quake.c [new file with mode: 0644]