#include <time.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include "hudmsg.h"#include "multi.h"#include "hudlog.h"#include "d_slash.h"Functions | |
| void | hud_log_setdir (char *dir) |
| void | hud_log_check_multi_start (void) |
| void | hud_log_check_multi_stop (void) |
| void | open_hud_log (void) |
| void | close_hud_log (void) |
| void | toggle_hud_log (void) |
| void | hud_log_message (char *message) |
| void | kmatrix_print (FILE *out, int *sorted) |
| void | kmatrix_log (int fhudonly) |
Variables | |
| int | HUD_log_multi_autostart = 0 |
| int | HUD_log_autostart = 0 |
| int | fhudmulti = 0 |
| FILE * | fhudlog = NULL |
| char | hudlogdir [128] = "" |
| char | hudlogname [143] |
| static int | recurse_flag = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6