Rev 1 | Rev 14 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1 | Rev 2 | ||
---|---|---|---|
Line 661... | Line 661... | ||
661 | GLOBAL int chatbutton_spriteindex; |
661 | GLOBAL int chatbutton_spriteindex; |
662 | GLOBAL int gamesbutton_spriteindex; |
662 | GLOBAL int gamesbutton_spriteindex; |
663 | GLOBAL int peoplebutton_spriteindex; |
663 | GLOBAL int peoplebutton_spriteindex; |
664 | GLOBAL int sepia_spriteindex; |
664 | GLOBAL int sepia_spriteindex; |
665 | GLOBAL int spinner_spriteindex[12]; |
665 | GLOBAL int spinner_spriteindex[12]; |
666 | - | ||
667 | - | ||
668 | // debug logging facilities |
666 | // debug logging facilities |
669 | #ifndef NDEBUG |
- | |
670 | GLOBAL wchar_t logfile_pathname[MAX_PATH]; |
667 | GLOBAL wchar_t logfile_pathname[MAX_PATH]; |
671 | GLOBAL wchar_t log_message[1024 * 1024]; |
668 | GLOBAL wchar_t log_message[1024 * 1024]; |
672 | #endif |
- | |
673 | 669 | ||
674 | 670 | ||
675 | // function prototypes |
671 | // function prototypes |
676 | #include "prototypes.h" |
672 | #include "prototypes.h" |
677 | 673 |