Changeset 476 for Daodan/src/Daodan_Console.h
- Timestamp:
- Nov 3, 2009, 11:38:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Console.h
r446 r476 14 14 } RGBA; 15 15 16 17 typedef struct { 18 char A; 19 char R; 20 char G; 21 char B; 22 } ARGB; 23 24 typedef struct { 25 char Char; 26 char ignored; 27 char alsoignored; 28 int Color; //ARGB Color; 29 } TStColorFormattingCharacter; 30 31 extern TStColorFormattingCharacter* TStColorFormattingCharacters; 32 extern TStColorFormattingCharacter DDrDSayColors[]; 16 33 void DDrConsole_Print(const char* text); 17 34 void DDrConsole_PrintColored(const char* text, int priority, RGBA color, RGBA shade);
Note:
See TracChangeset
for help on using the changeset viewer.