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

Comparing Daodan/MSVC/Daodan_Console.h (file contents):
Revision 588 by gumby, Fri Jun 25 03:52:34 2010 UTC vs.
Revision 589 by gumby, Sat Aug 20 09:47:49 2011 UTC

# 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

Diff Legend

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