|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "globalincs/pstypes.h"Go to the source code of this file.
Macros | |
| #define | SAFEPOINT(s) safe_point(__FILE__,__LINE__,(s)) |
Functions | |
| void | load_filter_info (void) |
| void | outwnd_init (int display_under_freespace_window=0) |
| void | outwnd_close () |
| void | outwnd_printf (const char *id, SCP_FORMAT_STRING const char *format,...) SCP_FORMAT_STRING_ARGS(2 |
| void void | outwnd_printf2 (SCP_FORMAT_STRING const char *format,...) SCP_FORMAT_STRING_ARGS(1 |
| void | safe_point (const char *file, int line, const char *format,...) |
Variables | |
| void void int | Log_debug_output_to_file |
| #define SAFEPOINT | ( | s | ) | safe_point(__FILE__,__LINE__,(s)) |
Definition at line 167 of file outwnd.cpp.
| void outwnd_close | ( | ) |
Definition at line 1316 of file outwnd.cpp.
Definition at line 1165 of file outwnd.cpp.
| void outwnd_printf | ( | const char * | id, |
| SCP_FORMAT_STRING const char * | format, | ||
| ... | |||
| ) |
| void void outwnd_printf2 | ( | SCP_FORMAT_STRING const char * | format, |
| ... | |||
| ) |
Definition at line 1346 of file outwnd.cpp.
Definition at line 97 of file outwnd.cpp.