Comparing version 4.1.3 to 5.0.0
{ | ||
"name": "librg.c", | ||
"version": "4.1.3", | ||
"version": "5.0.0", | ||
"description": "Pure C library for building simple and elegant cross-platform multiplayer client-server solutions.", | ||
@@ -5,0 +5,0 @@ "main": "include/librg.h", |
@@ -167,4 +167,4 @@ <div align="center"> | ||
// ... | ||
librg_message_add(&ctx, MESSAGE_1, myserver_onmessage1); | ||
librg_message_add(&ctx, MESSAGE_2, myserver_onmessage2); | ||
librg_network_add(&ctx, MESSAGE_1, myserver_onmessage1); | ||
librg_network_add(&ctx, MESSAGE_2, myserver_onmessage2); | ||
// ... | ||
@@ -171,0 +171,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
198493
26