ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Console.h
(Generate patch)

Comparing Daodan/src/Daodan_Console.h (file contents):
Revision 475 by gumby, Mon Jul 20 02:06:23 2009 UTC vs.
Revision 476 by gumby, Tue Nov 3 10:38:47 2009 UTC

# Line 13 | Line 13 | char R;
13   char A;
14   } RGBA;
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[];
33   void DDrConsole_Print(const char* text);
34   void DDrConsole_PrintColored(const char* text, int priority, RGBA color, RGBA shade);
35   void DDrConsole_PrintF(const char* fmt, ...);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)