started netcode playing with basic functionality

This commit is contained in:
2026-01-29 22:51:37 -06:00
parent 3aaf5021cc
commit d29e772272
9 changed files with 288 additions and 4 deletions

View File

@@ -4,7 +4,8 @@
#define __netcode_h__
#define PORT 36911
void init_network();
#endif