8 lines
131 B
C
8 lines
131 B
C
#ifndef MAIN_H_
|
|
#define MAIN_H_
|
|
|
|
#define TITLE "Scream your thoughts into the void!"
|
|
|
|
void getInitialWorries(char* output);
|
|
|
|
#endif |