Restore console, server/client stuff.
This commit is contained in:
@ -42,6 +42,8 @@ typedef struct {
|
||||
// May move these later
|
||||
char_t inputBuffer[CONSOLE_LINE_MAX];
|
||||
int32_t inputIndex;
|
||||
|
||||
bool_t open;
|
||||
} console_t;
|
||||
|
||||
extern console_t CONSOLE;
|
||||
|
Reference in New Issue
Block a user