8 lines
119 B
C
8 lines
119 B
C
#ifndef PARSE_H
|
|
#define PARSE_H
|
|
|
|
// This should be pretty self-explanatory...
|
|
int parse_all_client_messages();
|
|
|
|
#endif
|