Added functional tests for /console command

This commit is contained in:
James Booth
2015-12-30 00:32:52 +00:00
parent 7f98e013e1
commit 69ac809776
5 changed files with 111 additions and 3 deletions

View File

@@ -15,4 +15,7 @@ void prof_input(char *input);
int prof_output_exact(char *text);
int prof_output_regex(char *text);
void prof_timeout(int timeout);
void prof_timeout_reset(void);
#endif