- moved most basic utility code without any dependencies on the rest of the engine to 'common' directory.

Again the objective is easier sharing with Raze.
This commit is contained in:
Christoph Oelckers 2020-04-11 12:59:55 +02:00
commit fb1a7679ec
28 changed files with 293 additions and 227 deletions

View file

@ -44,6 +44,7 @@
#include "vm.h"
#include "i_system.h"
#include "v_video.h"
#include "findfile.h"
// Save name length limit for old binary formats.
#define OLDSAVESTRINGSIZE 24