Files
shitgame/include/net.h

13 lines
111 B
C

//Troy Rosin
#ifndef __netcode_h__
#define __netcode_h__
#define PORT 36911
void init_network();
#endif