Added app module

This commit is contained in:
James Booth
2012-02-07 00:08:59 +00:00
parent bbb0fbed4f
commit 4d190a9c43
11 changed files with 267 additions and 220 deletions

6
app.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef APP_H
#define APP_H
void start_profanity(void);
#endif