wip netcode

This commit is contained in:
Nishi 2026-01-29 15:01:53 +09:00
commit f65a3179ac
Signed by: nishi
GPG key ID: 27EF69B208EB9343
8 changed files with 191 additions and 8 deletions

View file

@ -6,6 +6,9 @@
#include <string.h>
#include <stdarg.h>
#include <math.h>
#ifndef _WIN32
#include <unistd.h>
#endif
#if defined(_GEARSRC) && defined(_WIN32)
#define GSDECL extern __declspec(dllexport)