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 445 by rossy, Fri Jul 17 05:04:02 2009 UTC vs.
Revision 446 by gumby, Mon Jul 20 02:06:23 2009 UTC

# 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

Diff Legend

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