DSIK_project/handle_communication/handle_communication.h

9 lines
143 B
C

#ifndef handle_communication_H_
#define handle_communication_H_
#include "../common.h"
void handle_communication(void *player_data);
#endif