[MOD] Import PNG media.

This commit is contained in:
LDA 2024-08-31 13:16:58 +02:00
commit 1f3d738bb4
12 changed files with 87 additions and 42 deletions

View file

@ -97,6 +97,9 @@ typedef struct Argument {
#define MB * 1024 KB
#define GB * 1024 MB
/* A base64-encoded Parsee logo */
extern const char media_parsee_logo[];
/** Generates a valid, getopt-style argument list from a end-terminated
* argument list.
* ------------