Rev 50 | Rev 59 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 50 | Rev 57 | ||
|---|---|---|---|
| Line 681... | Line 681... | ||
| 681 | GLOBAL int peoplebutton_spriteindex; |
681 | GLOBAL int peoplebutton_spriteindex; |
| 682 | GLOBAL int sepia_spriteindex; |
682 | GLOBAL int sepia_spriteindex; |
| 683 | GLOBAL int spinner_spriteindex[12]; |
683 | GLOBAL int spinner_spriteindex[12]; |
| 684 | // debug logging facilities |
684 | // debug logging facilities |
| 685 | GLOBAL wchar_t logfile_pathname[MAX_PATH]; |
685 | GLOBAL wchar_t logfile_pathname[MAX_PATH]; |
| 686 | GLOBAL wchar_t log_message[1024 * 1024]; |
- | |
| 687 | 686 | ||
| 688 | 687 | ||
| 689 | // function prototypes |
688 | // function prototypes |
| 690 | #include "prototypes.h" |
689 | #include "prototypes.h" |
| 691 | 690 | ||