WHY2/include/chat/misc.h

6 lines
137 B
C
Raw Normal View History

2023-02-21 07:52:30 +01:00
#ifndef WHY2_CHAT_MISC_H
#define WHY2_CHAT_MISC_H
2023-02-21 07:58:12 +01:00
void send_socket(char *text, int socket); //send socket.... wtf did you expect
2023-02-21 07:52:30 +01:00
#endif