Comparing version 6.0.11 to 6.0.12
@@ -94,3 +94,3 @@ # Event handling | ||
```c | ||
librg_event_type librg_event_type_get( | ||
int8_t librg_event_type_get( | ||
librg_world *world, | ||
@@ -103,3 +103,3 @@ librg_event *event | ||
* In case of success: current event type | ||
* In case of success: positive integer representing current event type (from `librg_event_type`enum) | ||
* In case of invalid event: `LIBRG_EVENT_INVALID` | ||
@@ -106,0 +106,0 @@ |
{ | ||
"name": "librg.c", | ||
"version": "6.0.11", | ||
"version": "6.0.12", | ||
"author": "Inlife", | ||
@@ -5,0 +5,0 @@ "description": "Pure C library for building simple and elegant cross-platform multiplayer client-server solutions.", |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1203772