forked from Source2ZE/CS2Fixes
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43b9224
commit 3394dfa
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sdk
updated
20 files
+57 −12 | common/netmessages.proto | |
+0 −4 | common/networkbasetypes.proto | |
+ − | devtools/bin/linux/protoc | |
+37 −0 | devtools/bin/protoc-am-notes.txt | |
+2 −0 | game/shared/cstrike15/cstrike15_gcmessages.proto | |
+8 −0 | game/shared/econ/econ_gcmessages.proto | |
+6 −0 | game/shared/usermessages.proto | |
+1 −5 | public/edict.h | |
+8 −7 | public/engine/igameeventsystem.h | |
+2 −2 | public/entity2/entityidentity.h | |
+4 −0 | public/globalvars_base.h | |
+4 −2 | public/igameevents.h | |
+7 −7 | public/inetchannel.h | |
+0 −48 | public/inetmessage.h | |
+11 −2 | public/iserver.h | |
+287 −16 | public/mathlib/mathlib.h | |
+18 −14 | public/networksystem/inetworkmessages.h | |
+12 −10 | public/networksystem/inetworkserializer.h | |
+68 −0 | public/networksystem/netmessage.h | |
+24 −5 | public/tier1/utlbuffer.h |