# | Line 6 | Line 6 | |
---|---|---|
6 | ||
7 | #include "Daodan.h" | |
8 | ||
9 | + | typedef struct { |
10 | + | char B; |
11 | + | char G; |
12 | + | char R; |
13 | + | char A; |
14 | + | } RGBA; |
15 | + | |
16 | void DDrConsole_Print(const char* text); | |
17 | + | void DDrConsole_PrintColored(const char* text, int priority, RGBA color, RGBA shade); |
18 | void DDrConsole_PrintF(const char* fmt, ...); | |
19 | ||
20 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |