mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 18:25:10 +00:00
[MOD] Start preparing for an alpha
The (9)th.
This commit is contained in:
parent
80bab890f6
commit
34bd036ab7
6 changed files with 58 additions and 7 deletions
|
|
@ -100,6 +100,16 @@ typedef struct Argument {
|
|||
/* A base64-encoded Parsee logo */
|
||||
extern const char media_parsee_logo[];
|
||||
|
||||
/* An ASCII-art rendition of "小橋" */
|
||||
#define PARSEE_ASCII_LINES 9
|
||||
extern const char *parsee_ascii[PARSEE_ASCII_LINES];
|
||||
|
||||
/**
|
||||
* Prints the Parsee ASCII logo.
|
||||
* ------------
|
||||
* Modifies: the logger output */
|
||||
extern void ParseePrintASCII(void);
|
||||
|
||||
/** Generates a valid, getopt-style argument list from a end-terminated
|
||||
* argument list.
|
||||
* ------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue