assaultfish/include/af_server.h

8 lines
116 B
C
Raw Normal View History

2025-12-19 02:38:21 +09:00
#ifndef __AF_SERVER_H__
#define __AF_SERVER_H__
2025-12-20 12:11:57 +09:00
/* net.c */
void net_start(int port);
void net_loop(void);
2025-12-19 02:38:21 +09:00
#endif