Files
ScreamIntoTheVoid/main.h

8 lines
131 B
C

#ifndef MAIN_H_
#define MAIN_H_
#define TITLE "Scream your thoughts into the void!"
void getInitialWorries(char* output);
#endif