| # | Line 29 | Line 29 | typedef struct { | |
|---|---|---|
| 29 | ||
| 30 | extern TStColorFormattingCharacter* TStColorFormattingCharacters; | |
| 31 | extern TStColorFormattingCharacter DDrDSayColors[]; | |
| 32 | + | |
| 33 | + | #ifdef __cplusplus |
| 34 | + | extern "C" |
| 35 | + | #endif |
| 36 | void DDrConsole_Print(const char* text); | |
| 37 | + | |
| 38 | + | #ifdef __cplusplus |
| 39 | + | extern "C" |
| 40 | + | #endif |
| 41 | void DDrConsole_PrintColored(const char* text, int priority, RGBA color, RGBA shade); | |
| 42 | + | |
| 43 | + | #ifdef __cplusplus |
| 44 | + | extern "C" |
| 45 | + | #endif |
| 46 | void DDrConsole_PrintF(const char* fmt, ...); | |
| 47 | ||
| 48 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |