Merged input processing loops

This commit is contained in:
James Booth
2012-02-20 01:42:29 +00:00
parent b3f42cd300
commit 7dfea94c88
10 changed files with 118 additions and 209 deletions

View File

@@ -1,9 +1,6 @@
#ifndef PROFANITY_H
#define PROFANITY_H
#define QUIT 0
#define LOGIN_FAIL 1
int profanity_start(void);
void profanity_main(void);
#endif