Skip to content

Instantly share code, notes, and snippets.

View Ericson2314's full-sized avatar

John Ericson Ericson2314

View GitHub Profile
@Ericson2314
Ericson2314 / dumb-client.c
Last active December 20, 2015 00:59
Using this dummy ENet client basically ripped from the tutorial to try to connect to pysnip
#include <stdio.h>
#include <stdbool.h>
#include <enet/enet.h>
ENetAddress address;
ENetEvent event;
ENetPeer* peer;
int main (int argc, char* argv[])