- moved most of the console code to 'common'.

The main console.cpp file cannot be done yet, but the rest is ready to go.
This commit is contained in:
Christoph Oelckers 2020-04-11 18:11:43 +02:00
commit c3a381ed92
19 changed files with 16 additions and 12 deletions

View file

@ -37,7 +37,7 @@
#include "templates.h"
#include "r_videoscale.h"
#include "console/c_console.h"
#include "c_console.h"
#include "menu/menu.h"
#define NUMSCALEMODES countof(vScaleTable)