#include "forward.h"
Go to the source code of this file.
Data Structures | |
| class | net_client_c |
| a network client | |
| class | net_manager_c |
| the network manager | |
| struct | net_message_header_s |
| network message header | |
| struct | net_message_ping_s |
| ping message | |
| struct | net_message_pong_s |
| pong message | |
Typedefs | |
| typedef net_message_header_s | net_message_header_t |
| network message header | |
| typedef net_message_ping_s | net_message_ping_t |
| ping message | |
| typedef net_message_pong_s | net_message_pong_t |
| pong message | |
Contains Omicron's networking.
Definition in file net.h.
1.2.18