chore: cleanup repository and add Gitea Actions build workflow
Some checks failed
Build / build (push) Failing after 5s
Some checks failed
Build / build (push) Failing after 5s
- Update .gitignore to exclude build artifacts and IDE files - Remove tracked .idea and .vscode directories from index - Add .gitea/workflows/build.yaml for CI - Commit existing source changes and README updates
This commit is contained in:
15
draw.h
15
draw.h
@@ -51,4 +51,19 @@ void getUserInput(char* output, char* displayText);
|
||||
|
||||
char** splitByNewLine(char *str, int *lineCount);
|
||||
|
||||
/**
|
||||
* @brief Animates the text disappearing into the void.
|
||||
*/
|
||||
void screamIntoVoid(char* text);
|
||||
|
||||
/**
|
||||
* @brief Animates the text burning away.
|
||||
*/
|
||||
void burnText(char* text);
|
||||
|
||||
/**
|
||||
* @brief Animates the text dissolving.
|
||||
*/
|
||||
void dissolveText(char* text);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user