Big net::msg conversion
This commit is contained in:
+4
-8
@@ -23,8 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#ifndef __CONSOLE_H
|
||||
#define __CONSOLE_H
|
||||
|
||||
extern char con_lastcenterstring[]; //johnfitz
|
||||
|
||||
void Con_DrawCharacter(int cx, int line, int num);
|
||||
|
||||
namespace console {
|
||||
@@ -32,6 +30,7 @@ namespace console {
|
||||
extern int back_scroll;
|
||||
extern bool forced_up;
|
||||
extern bool initialized;
|
||||
extern std::string last_center_string;
|
||||
|
||||
void init();
|
||||
|
||||
@@ -50,9 +49,10 @@ namespace console {
|
||||
void safe_print(const char *fmt, ...);
|
||||
|
||||
void toggle_console();
|
||||
}
|
||||
|
||||
void Con_CheckResize(void);
|
||||
void check_resize();
|
||||
|
||||
}
|
||||
|
||||
void Con_DrawConsole(int lines, bool drawinput);
|
||||
|
||||
@@ -62,10 +62,6 @@ void Con_ClearNotify(void);
|
||||
|
||||
void Con_NotifyBox(const char *text); // during startup for sound / cd warnings
|
||||
|
||||
void Con_Show(void);
|
||||
|
||||
void Con_Hide(void);
|
||||
|
||||
const char *Con_Quakebar(int len);
|
||||
|
||||
void Con_TabComplete(void);
|
||||
|
||||
Reference in New Issue
Block a user