Files
csoundbox/udpserver.h
2017-12-15 12:36:47 +01:00

5 lines
181 B
C

void die(char *s); //For debugging
void udpserver(void); //start the server by calling this function
int processUDPInput(char *input);
void sendKeyUDP(char *server, char *message);