]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/inventory.qh
Net: move message headers to their respective files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / inventory.qh
index b4c7c787c431e47ebb7c80bfd238b7ed0f945f03..4ea37899432ac1aace4ac4e42a3bd240d12178a0 100644 (file)
@@ -11,6 +11,8 @@ class(Inventory) .int inv_items[Items_MAX];
 /** Player inventory; Inventories also have one inventory for storing the previous state */
 .Inventory inventory;
 
+REGISTER_NET_LINKED(ENT_CLIENT_INVENTORY)
+
 #ifdef CSQC
 NET_HANDLE(ENT_CLIENT_INVENTORY, bool isnew)
 {