]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - protocol.h
qw support is 99% working
[xonotic/darkplaces.git] / protocol.h
index e92337b9f99479176acd89ea8e20847d74348817..46a9ea525347dbb49d3ad9254f66ebc8daa32555 100644 (file)
@@ -931,6 +931,8 @@ typedef struct entityframeqw_database_s
 }
 entityframeqw_database_t;
 
+entityframeqw_database_t *EntityFrameQW_AllocDatabase(mempool_t *pool);
+void EntityFrameQW_FreeDatabase(entityframeqw_database_t *d);
 void EntityStateQW_ReadPlayerUpdate(void);
 void EntityFrameQW_CL_ReadFrame(qboolean delta);