]> icculus.org git repositories - taylor/freespace2.git/blob - include/outwnd.h
rendering functions mostly done; more complete shader setup
[taylor/freespace2.git] / include / outwnd.h
1 /*
2  * Copyright (C) Volition, Inc. 1999.  All rights reserved.
3  *
4  * All source code herein is the property of Volition, Inc. You may not sell 
5  * or otherwise commercially exploit the source or things you created based on
6  * the source.
7  */
8
9 #ifndef _OUTWND_H
10 #define _OUTWND_H
11
12 #define FILTER_NAME_LENGTH 30
13
14 void load_filter_info(void);
15 void outwnd_init(int display_under_freespace_window=0);
16 void outwnd_close();
17 void outwnd_printf(const char *id, const char *format, ...);
18 void outwnd_printf2(const char *format, ...);
19
20 #ifndef NDEBUG
21         extern int Log_debug_output_to_file;
22 #endif
23
24 #endif
25